Polish the storyboard
- Set navigation titles in the storyboard, easier to find scenes now
This commit is contained in:
parent
73ab4f8759
commit
af9d4f1c24
10 changed files with 102 additions and 102 deletions
|
|
@ -16,8 +16,6 @@ class CommitLogsTableViewController: UITableViewController {
|
|||
override func viewDidLoad() {
|
||||
super.viewDidLoad()
|
||||
commits = passwordStore.getRecentCommits(count: 20)
|
||||
navigationItem.title = "Recent Commit Logs"
|
||||
navigationController!.navigationBar.topItem!.title = "About"
|
||||
}
|
||||
|
||||
override func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue