1pod
This class intention is to provide an extension to the power of two great libraries on UITextField
:
JVFloatLabeledTextField
which purpose is to nicely display the place holder on top on the textfield when inserting textHTAutocompleteTextField
which purpose is to provide autocompletion (for example: emails, company names, ...)VLRTextfield
adds a new layer: validation (for example, it is great on forms). You can then specify several check behaviors like:
regex
) AND/ORfillRequired
) AND/ORminimumNumberOfCharacters
) AND/ORvalidateBlock
).All of these tests can be run on demand or while editing.
License: MIT