Gate code to only show intended account types for add.

This commit is contained in:
Maurice Parker 2019-11-25 09:30:14 -06:00
parent 71f6917417
commit c17999de76
1 changed files with 6 additions and 0 deletions

View File

@ -24,6 +24,12 @@ class AddAccountViewController: UITableViewController, AddAccountDismissDelegate
localAccountNameLabel.text = Account.defaultLocalAccountName
}
#if !DEBUG
override func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int {
return 3
}
#endif
override func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) {
switch indexPath.row {
case 0: