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

Delegate for return key when not completing token #92

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on May 9, 2016

  1. Delegate for return key when not completing token

    When the user has the VENTokenField focused, and only has completed tokens, or no text at, tapping the return key now calls a new delegate method `tokenFieldDidReturn:`.
    
    This is useful for the user to confirm entry of tokens, allowing the app to move focus to another text field or view.
    
    `tokenField:didEnterText:` functionality has no change, and the code is written such that these two delegate methods are never called simultaneously.
    Malcolm Jarvis committed May 9, 2016
    Configuration menu
    Copy the full SHA
    2c3bfa3 View commit details
    Browse the repository at this point in the history