isValidEmailAddress
Returns wether or not the text on the UITextField
instance matches an email pattern.
- (BOOL)isValidEmailAddress
Return Value
Returns YES
if the text property of the UITextField
instance matches a valid email pattern, NO
otherwise.
Declared In
UITextField+EmailValidation.h