Created
July 6, 2016 14:07
-
-
Save mitulmanish/c7848c887cb23b8d8f2e7770557a262e to your computer and use it in GitHub Desktop.
This file contains hidden or 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
UITextFieldDelegate Methods | |
Editing lifecycle methods: | |
textFieldShouldBeginEditing(_:) | |
textFieldDidBeginEditing(_:) | |
textFieldShouldEndEditing(_:) | |
textFieldDidEndEditing(_:) | |
The primary method for controlling text: | |
textField(_:shouldChangeCharactersInRange:replacementString:) | |
The clear button (the ‘x’ on the right side of some text fields): | |
textFieldShouldClear(_:) | |
The return key in the keyboard: | |
textFieldShouldReturn(_:) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment