Search results for validation

CKTextField screenshot

CKTextField

October 14, 2014 • MIT License
Enhanced UITextField, with improved visuals for a sweet UX. Add input validation via Storyboard! The CKTextField displays a green checkmark once the user entered a valid content. It will shake, ...
TextFieldValidator screenshot

TextFieldValidator

August 20, 2014 • MIT License
This control will help you to manage all kinds of validation effectively. For this you just need to provide regex string and other things will be handled by control itself. Check out my blog for...
NSString+EmailAddresses screenshot

NSString+EmailAddresses

July 13, 2014 • MIT License
An Objective C category to validate and fix common typos in email addresses. Significantly reduces signup issues and lost users in your iOS apps. Fixes misspelled variations for Gmail, Googlemai...
SSACreditCardValidator screenshot

SSACreditCardValidator

June 23, 2014 • MIT License
A simple credit card validation class for iOS.
BZGFormViewController screenshot

BZGFormViewController

January 15, 2014 • MIT License
A library for making dynamic forms.
MHTextField screenshot

MHTextField

December 15, 2013 • MIT License
MHTextField is an iOS drop-in class that extends UITextField with built-In toolbar, validation and scrolling support.
BZGFormField screenshot

BZGFormField

September 24, 2013 • MIT License
BZGFormField is a text field for better forms. The left indicator changes color based on the validity of the field's text. When the text field returns, the indicator expands and becomes tappable. W...
MHValidation screenshot

MHValidation

August 06, 2013 • MIT License
Validates objects in a view. You just have to set the classes which you want to validate. Supports: - UITextView - UITextField - UISwitch - UISegmentedControl
ObjcModelValidation screenshot

ObjcModelValidation

June 29, 2013 • MIT License
A port of ActiveRecord's, the Ruby ORM framework, validators to Objective-C.
WTReTextField screenshot

WTReTextField

June 03, 2013 • MIT License
Subclass of UITextField with RegEx input validation and formatting as you type
DBValidator screenshot

DBValidator

January 15, 2013 • MIT License
General purpose validation framework for Objective-C/iOS. Supports adding validation rules to any keypath on an NSObject.