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

Refactor responder chain logic into separate class #9

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

Conversation

judev
Copy link

@judev judev commented Sep 14, 2013

This allows use of the "select adjacent" functionality by code other than the toolbar, even without necessarily having to use the inputAccessory at all.
Useful for e.g. the "Next" return key type on the keyboard. I've updated the demo app to demonstrate this.

0xced and others added 3 commits September 14, 2013 14:06
So that focus movement can be done by other means as well,
e.g. using "Next" return key type on the keyboard.
Now demonstrates the benefit of the previous refactoring
@judev
Copy link
Author

judev commented Sep 14, 2013

Sorry I've managed to bring in and rewrite one of your commits while squashing my changes down. A branch that'll merge cleanly is at https://github.com/judev-forks/XCDFormInputAccessoryView/tree/refactor-responder-chain-2

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.

2 participants