Created
May 4, 2015 17:27
-
-
Save nvkiet/3e800512c2cfadb9685f to your computer and use it in GitHub Desktop.
reloadInputViews
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
It's worth noting that if you want a currently-focused field to update the keyboard type immediately, there's one extra step: | |
// textField is set to a UIKeyboardType other than UIKeyboardTypeEmailAddress | |
[textField setKeyboardType:UIKeyboardTypeEmailAddress]; | |
[textField reloadInputViews]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment