change version string

This commit is contained in:
Bob Sun 2017-02-21 00:31:18 +08:00
parent 9ddf57fd89
commit 7a5cebb87d
No known key found for this signature in database
GPG key ID: 1F86BA2052FED3B4

View file

@ -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 \(Globals.version)\nBob Sun"
footerLabel.text = "Pass for iOS \(Globals.version)\nBob Sun"
footerLabel.font = UIFont.preferredFont(forTextStyle: .footnote)
footerLabel.textColor = UIColor.lightGray
footerLabel.textAlignment = .center