add title to git repository authenticatiion setting view controller

This commit is contained in:
Bob Sun 2017-01-31 22:01:19 +08:00
parent 62e2a7fe89
commit 6f7d62dc60
No known key found for this signature in database
GPG key ID: 1F86BA2052FED3B4

View file

@ -17,6 +17,7 @@ class GitRepositoryAuthenticationSettingTableViewController: UITableViewControll
override func viewDidLoad() { override func viewDidLoad() {
super.viewDidLoad() super.viewDidLoad()
navigationItem.title = "Auth Method"
switch selectedMethod! { switch selectedMethod! {
case "Password": case "Password":
passwordCell.accessoryType = UITableViewCellAccessoryType.checkmark passwordCell.accessoryType = UITableViewCellAccessoryType.checkmark