change detail text label after save
This commit is contained in:
parent
88f029ed6d
commit
52ae145f78
1 changed files with 1 additions and 0 deletions
|
|
@ -81,6 +81,7 @@ class GitServerSettingTableViewController: UITableViewController {
|
||||||
authenticationMethod = "SSH Key"
|
authenticationMethod = "SSH Key"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
authenticationTableViewCell.detailTextLabel?.text = authenticationMethod
|
||||||
}
|
}
|
||||||
|
|
||||||
override func prepare(for segue: UIStoryboardSegue, sender: Any?) {
|
override func prepare(for segue: UIStoryboardSegue, sender: Any?) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue