In my app I want to validate user inputs
in the fields. For Example
If textfields is empty. Or email is in correct format
I don't want to add validation logic in ViewController, Neither I want to pass UIView to a Validator Class
I have multiple screens like this.
Any suggestion for best ways validating Screens.