Classes
The following classes are available globally.
- 
                  
                  
 See moreEmailRuleis a subclass of RegexRule that defines how a email is validated.DeclarationSwift public class EmailRule: RegexRule
- 
                  
                  
 See moreFullNameRuleis a subclass of Rule that defines how a full name is validated.DeclarationSwift public class FullNameRule : Rule
- 
                  
                  
 See morePasswordRuleis a subclass of RegexRule that defines how a password is validated.DeclarationSwift public class PasswordRule : RegexRule
- 
                  
                  
 See moreAlphaNumericRuleis a subclass ofCharacterSetRule. It is used to verify that a field has a valid list of alphanumeric characters.DeclarationSwift public class AlphaNumericRule: CharacterSetRule
- 
                  
                  
 See morePhoneNumberRuleis a subclass of Rule that defines how a phone number is validated.DeclarationSwift public class PhoneNumberRule: RegexRule
- 
                  
                  
 See moreFloatRuleis a subclass of Rule that defines how check if a value is a floating point value.DeclarationSwift public class FloatRule:Rule
- 
                  
                  Class that makes See moreValidatorobjects. Should be added as a parameter to ViewController that will display validation fields.DeclarationSwift public class Validator
- 
                  
                  
 See moreValidationRuleis a class that creates an object which holds validation info of a text field.DeclarationSwift public class ValidationRule
- 
                  
                  
 See moreConfirmationRuleis a subclass of Rule that defines how a text field that has to be equal to another text field is validated.DeclarationSwift public class ConfirmationRule: Rule
- 
                  
                  
 See moreIPV4Ruleis a subclass of RegexRule that defines how a IPV4 address validated.DeclarationSwift public class IPV4Rule: RegexRule
- 
                  
                  The See moreValidationErrorclass is used for representing errors of a failed validation. It contains the text field, error label, and error message of a failed validation.DeclarationSwift public class ValidationError: NSObject
- 
                  
                  
 See moreRequiredRuleis a subclass of Rule that defines how a required text field is validated.DeclarationSwift public class RequiredRule: Rule
- 
                  
                  
 See moreRegexRuleis a subclass of Rule that defines how a regular expression is validated.DeclarationSwift public class RegexRule : Rule
- 
                  
                  
 See moreAlphaRuleis a subclass ofCharacterSetRule. It is used to verify that a field has a valid list of alpha characters.DeclarationSwift public class AlphaRule: CharacterSetRule
- 
                  
                  
 See moreMinLengthRuleis a subclass of Rule that defines how minimum character length is validated.DeclarationSwift public class MinLengthRule: Rule
- 
                  
                  
 See moreExactLengthRuleis a subclass of Rule that is used to make sure a the text of a text field is an exact length.DeclarationSwift public class ExactLengthRule : Rule
 Classes  Reference
        Classes  Reference