Updated all iOS references to default local account new to be device specific

This commit is contained in:
Phil Viso
2019-05-19 16:52:21 -05:00
parent 890c146c7e
commit bce45d28e4
7 changed files with 62 additions and 16 deletions

View File

@@ -6,10 +6,19 @@
// Copyright © 2019 Ranchero Software. All rights reserved.
//
import Account
import UIKit
class AddAccountViewController: UITableViewController {
@IBOutlet private weak var localAccountNameLabel: UILabel!
override func viewDidLoad() {
super.viewDidLoad()
localAccountNameLabel.text = Account.defaultLocalAccountName
}
override func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) {
switch indexPath.row {
case 0: