Email validation on textField in iOS

前端 未结 14 587

In iOS App, how to add Email validation on UITextField?

14条回答
  •  悲&欢浪女
    2020-11-30 18:07

    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:

    Check it out: https://github.com/andrew8712/DCKit

提交回复
热议问题