add title in password detail

This commit is contained in:
Bob Sun 2017-01-23 13:12:22 +08:00
parent 2099d52923
commit b072bb909e
No known key found for this signature in database
GPG key ID: 1F86BA2052FED3B4

View file

@ -81,6 +81,7 @@ class PasswordTableViewController: UITableViewController {
password = passwordEntities![selectedIndex.row]
}
viewController.passwordEntity = password
viewController.navigationItem.title = password.name
}
}
}