Releases: 3lvis/FormTextField
Releases · 3lvis/FormTextField
TextField — 0.2.1
- Updated
InputValidator
dependency to0.3.0
Added CardExpirationDateInputValidator:
This input validator should validate strings with the following pattern:
MM/YY
, whereMM
is month andYY
is year.MM
shouldn't be more >than 12 and year can be pretty much any number above the current year (this to ensure that the card is not expired).
TextField — 0.2.0
- Removed legacy code
TextField — 0.1.5
- Update dependencies
TextField — 0.1.4
- Update dependencies
TextField — 0.1.3
- Update dependencies
TextField — 0.1.2
- The following method crashes when called from XCTest
[view drawViewHierarchyInRect:frame afterScreenUpdates:YES];
TextField — 0.1.1
- Add assets
TextField — 0.1.0
Initial release