add title in password detail
This commit is contained in:
parent
2099d52923
commit
b072bb909e
1 changed files with 1 additions and 0 deletions
|
|
@ -81,6 +81,7 @@ class PasswordTableViewController: UITableViewController {
|
|||
password = passwordEntities![selectedIndex.row]
|
||||
}
|
||||
viewController.passwordEntity = password
|
||||
viewController.navigationItem.title = password.name
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue