Move nav state ownership to MasterFeedViewController

This commit is contained in:
Maurice Parker
2019-06-27 16:30:24 -05:00
parent 5f045706e4
commit 188bacee25
2 changed files with 1 additions and 10 deletions

View File

@@ -19,8 +19,8 @@ class MasterFeedViewController: ProgressTableViewController, UndoableCommandRunn
@IBOutlet private weak var addNewItemButton: UIBarButtonItem!
var undoableCommands = [UndoableCommand]()
var navState: NavigationStateController!
let navState = NavigationStateController()
override var canBecomeFirstResponder: Bool {
return true
}