Make feeds become first responder on load so that the keyboard is ready to go on initial app launch

This commit is contained in:
Maurice Parker 2019-09-06 10:52:21 -05:00
parent d0570d16a8
commit cc1c45095c
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@ class MasterFeedViewController: UITableViewController, UndoableCommandRunner {
updateUI()
applyChanges(animate: false)
becomeFirstResponder()
}