Change to new iOS 3 panel UISplitViewController

This commit is contained in:
Maurice Parker
2022-01-26 15:40:47 -08:00
parent 9a16be3261
commit 5424050171
9 changed files with 100 additions and 368 deletions

View File

@@ -78,6 +78,7 @@ class MasterFeedViewController: UITableViewController, UndoableCommandRunner {
}
override func viewWillAppear(_ animated: Bool) {
navigationController?.isToolbarHidden = false
updateUI()
super.viewWillAppear(animated)
}