I’ve noticed it’s possible to trigger actions and to move through text fields using the done/next/return key in the bottom right of the iOS keyboard. Would it be possible to maybe change a view or trigger a segue with that button?
For example, it would be cool to be able to type something into a UITextField, and then just tap “Next” to move onto the next viewController instead of having to use a separate button, or navigation item.
May be a stupid question, but something that I’ve been wondering if it was possible for a while.
make sure you set the delegate of the UITextField to self