Polish the storyboard

- Set navigation titles in the storyboard, easier to find scenes now
This commit is contained in:
Yishi Lin 2017-04-06 22:44:44 +08:00
parent 73ab4f8759
commit af9d4f1c24
10 changed files with 102 additions and 102 deletions

View file

@ -27,7 +27,6 @@ class AdvancedSettingsTableViewController: UITableViewController {
override func viewDidLoad() {
super.viewDidLoad()
navigationItem.title = "Advanced"
encryptInASCIIArmoredSwitch.isOn = Defaults[.encryptInArmored]
encryptInASCIIArmoredTableViewCell.accessoryView = encryptInASCIIArmoredSwitch
encryptInASCIIArmoredTableViewCell.selectionStyle = .none