This project contains single generic validations file that can be used for validations on login, signup process or form validations. only one function can work for all view controller validations e.g. there is only one function that is used for login View Controller, signup ViewController and editProfile ViewController also. i've handled the validation cases for email, phone number, name etc. you can add your other RegExes in this file for other validations.
A custom class to handle UITextField return button action to make next textfield first responder and last text field to close keyboard using only single line. Just pass your UITextFields in serial order accordingly placed in UI.