Custom UITextField which gives options for easily entering E-Mail ids. Automatically responds to orientation change.
-
Add the
CustomEmailTextField.handCustomEmailTextField.mfiles to your project. -
Set the
UITextFieldclass in Nib toCustomEmailTextFieldor create it programmatically.
- To add or change options for displaying above the keyboard, add the appropriate strings to the
fieldsarray in thesetUpAccessoryViewmethod in the implementation file.
- iOS >= 7.0
Akshat Patel, [email protected]
CustomEmailTextField is available under the MIT license. See the LICENSE file for more info.
