update version string

This commit is contained in:
Bob Sun 2017-02-21 17:39:26 +08:00
parent 56561f4fd7
commit 7b00435658
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)"
footerLabel.font = UIFont.preferredFont(forTextStyle: .footnote)
footerLabel.textColor = UIColor.lightGray
footerLabel.textAlignment = .center