Check that an email address is valid on iOS [duplicate]

Possible Duplicate:
Best practices for validating email address in Objective-C on iOS 2.0?

I am developing an iPhone application where I need the user to give his email address at login.

What is the best way to check if an email address is a valid email address?

4 Answers
4

Leave a Comment