Declared in UITextField+EmailValidation.h

Overview

UITextField (EmailValidation) is a helper category that provides email validation methods.

Tasks

Email validation methods.

Instance Methods

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