-
Notifications
You must be signed in to change notification settings - Fork 370
Closed
Labels
Description
- Run
validator.validate() - Run a method that might check any preconditions by calling
validationWillRun()- Support for other input fields #34 - Validate fields
- Run Sanitizers - mentioned in text in UITextField can be prepared based on preparators before validation #64
- Validate each field
- Call
validator.validationSuccessful()orvalidator.validationFailed()but make them optional - Make validationSuccess() optional #44 - Run a method that checks any postconditions by calling
validationDidRun()