Make feeds become first responder on load so that the keyboard is ready to go on initial app launch
This commit is contained in:
parent
d0570d16a8
commit
cc1c45095c
|
@ -56,6 +56,7 @@ class MasterFeedViewController: UITableViewController, UndoableCommandRunner {
|
|||
|
||||
updateUI()
|
||||
applyChanges(animate: false)
|
||||
becomeFirstResponder()
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue