Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added two additional delegate methods that are called when the Next and Previous buttons are tapped in the input accessory view. #58

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

kris2point0
Copy link

I added the delegate methods form:shouldMoveToNextField:fromCurrentField: and form:shouldMoveToPreviousField:fromCurrentField:

They are called when the Next and Previous buttons are tapped in the input accessory view.

The methods can be handy if you have a need to react in some way to the buttons being tapped, and they also allow you to override the default behavior of selecting the next first responder if you have a reason to do so.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant