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