FieldValidationDelegate
public protocol FieldValidationDelegate : AnyObject
Methods for managing validation process for a single field
-
Tells the delegate the field with the given identifier was validated
Declaration
Swift
func validationDidEnd(fieldId: Int, success: Bool, validationRuleResults: [ValidationRuleResult])Parameters
fieldIdfield identifier
successvalidation success
validationRuleResultsvalidation rule result list
FieldValidationDelegate Protocol Reference