CocoaPods trunk is moving to be read-only. Read more on the blog, there are 14 months to go.
| TestsTested | ✗ |
| LangLanguage | Obj-CObjective C |
| License | MIT |
| ReleasedLast Release | Jul 2015 |
Maintained by “Steffi”.
If you're tired or bored on creating validation methods for your textfields then SMTUtilities will be of great help.
SMTUtilities is an objective-c utility class for textfield validations.Each methods returns a BOOL value.
1.1.0
+(BOOL)isEmpty:(UITextField *)field;+(BOOL)isNumeric: (UITextField *)field;+(BOOL)isAlphabets:(UITextField *)field;+(BOOL)isValidEmail:(UITextField *)field;+(BOOL)isiPhone4;+(BOOL)isiPhone6;+(BOOL)isiOS8;+(BOOL)isiOS7;+(NSString *)trimWhiteSpaces:(NSString *)str;New Methods
MIT