Custom UITextField
which gives options for easily entering E-Mail ids. Automatically responds to orientation change.
-
Add the
CustomEmailTextField.h
andCustomEmailTextField.m
files to your project. -
Set the
UITextField
class in Nib toCustomEmailTextField
or create it programmatically.
- To add or change options for displaying above the keyboard, add the appropriate strings to the
fields
array in thesetUpAccessoryView
method 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.