Possible Duplicate:
Ensure User has entered email address string in correct format?
I have UITextField
in which I take the email address from user that they enter, and I want to validate that email address, such as I would it should check that it contains symbols like @ sign and other email characters.
If there is an error in the email address then it should show a UIAlertView
that would say "enter a valid email address".