Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 890 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 890 Bytes

CustomEmailTextField

Custom UITextField which gives options for easily entering E-Mail ids. Automatically responds to orientation change.

Usage

  • Add the CustomEmailTextField.h and CustomEmailTextField.m files to your project.

  • Set the UITextField class in Nib to CustomEmailTextField or create it programmatically.

Options

  • To add or change options for displaying above the keyboard, add the appropriate strings to the fields array in the setUpAccessoryView method in the implementation file.

Requirements

  • iOS >= 7.0

Author

Akshat Patel, [email protected]

License

CustomEmailTextField is available under the MIT license. See the LICENSE file for more info.