change detail text label after save

This commit is contained in:
Bob Sun 2017-02-07 14:04:19 +08:00
parent 88f029ed6d
commit 52ae145f78
No known key found for this signature in database
GPG key ID: 1F86BA2052FED3B4

View file

@ -81,6 +81,7 @@ class GitServerSettingTableViewController: UITableViewController {
authenticationMethod = "SSH Key"
}
}
authenticationTableViewCell.detailTextLabel?.text = authenticationMethod
}
override func prepare(for segue: UIStoryboardSegue, sender: Any?) {