Update settings to begin to support multiple accounts

This commit is contained in:
Maurice Parker
2019-05-16 15:48:55 -05:00
parent 0398021345
commit 53f65d39bb
5 changed files with 115 additions and 22 deletions

View File

@@ -26,7 +26,7 @@ class AboutViewController: UITableViewController {
configureCell(file: "Thanks", textView: thanksTextView)
configureCell(file: "Dedication", textView: dedicationTextView)
let buildLabel = UILabel(frame: CGRect(x: 20.0, y: 0.0, width: 0.0, height: 0.0))
let buildLabel = NonIntrinsicLabel(frame: CGRect(x: 20.0, y: 0.0, width: 0.0, height: 0.0))
buildLabel.font = UIFont.systemFont(ofSize: 11.0)
buildLabel.textColor = UIColor.gray
buildLabel.text = NSLocalizedString("Copyright © 2002-2019 Ranchero Software", comment: "Copyright")