In iOS App, how to add Email validation on UITextField?
I'm author of DCKit library, which has DCMandatoryEmailTextField. This class does email validation automatically and highlights/unhighlights the text field when the user is typing a value:
DCMandatoryEmailTextField
Check it out: https://github.com/andrew8712/DCKit