add title to git repository authenticatiion setting view controller
This commit is contained in:
parent
62e2a7fe89
commit
6f7d62dc60
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue