add version number
This commit is contained in:
parent
07cd49449e
commit
4d7b0937c3
2 changed files with 2 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ class AboutTableViewController: BasicStaticTableViewController {
|
|||
let view = UIView()
|
||||
let footerLabel = UILabel(frame: CGRect(x: 8, y: 15, width: tableView.frame.width, height: 60))
|
||||
footerLabel.numberOfLines = 0
|
||||
footerLabel.text = "pass for iOS\nBob Sun"
|
||||
footerLabel.text = "pass for iOS \(Globals.version)\nBob Sun"
|
||||
footerLabel.font = UIFont.preferredFont(forTextStyle: .footnote)
|
||||
footerLabel.textColor = UIColor.lightGray
|
||||
footerLabel.textAlignment = .center
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue