i would like to check that whether the field entered in the text field is email or not.If its email field then proceed else show some alert or error.
I don’t know how to validate that field.
Please help me out
i would like to check that whether the field entered in the text field
Share
First add
RegexKitto your project.Import
RegexKitLite.hto the class where you want to check the formatcompare this string to
UITextField‘s text.