Use split view for Settings
This commit is contained in:
parent
d25cc9eb9a
commit
72424c7db2
7 changed files with 143 additions and 116 deletions
|
|
@ -88,9 +88,6 @@ class AdvancedSettingsTableViewController: UITableViewController {
|
|||
SharedDefaults[.encryptInArmored] = encryptInASCIIArmoredSwitch.isOn
|
||||
}
|
||||
|
||||
@IBAction func cancelGitConfigSetting(segue: UIStoryboardSegue) {
|
||||
}
|
||||
|
||||
@IBAction func saveGitConfigSetting(segue: UIStoryboardSegue) {
|
||||
if let controller = segue.source as? GitConfigSettingTableViewController {
|
||||
if let gitSignatureName = controller.nameTextField.text,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue