Update the nav controller title so that the back bar button item in iPad portrait has a valid title

This commit is contained in:
Maurice Parker
2019-04-28 18:53:57 -05:00
parent ebd97b030a
commit bf50c7a7e3
3 changed files with 9 additions and 27 deletions

View File

@@ -49,6 +49,7 @@ class MasterFeedViewController: ProgressTableViewController, UndoableCommandRunn
override func viewWillAppear(_ animated: Bool) {
clearsSelectionOnViewWillAppear = splitViewController!.isCollapsed
navigationController?.title = NSLocalizedString("Feeds", comment: "Feeds")
super.viewWillAppear(animated)
}