A few months ago I mentioned a nice custom text field component with built in validity indicators.
Here’s a string and number validation library from Adam Waite called ALPValidation.
ALPValidation provides a number of built in validators, and easy configuration of the different validators along with a nice way to track changes in validation state so you can adjust an input view based on those changes.
The validators currently built into ALPValidation according to the readme include:
– Presence validation
– Minimum length validation
– Maximum length validation
– Range validation (string character length and numeric)
– Equality validation (for password confirmation and such)
– Regular expression match validation
– Email address validation
– Custom block validation
– Remote validation (remote web service validation)
You can find ALPValidator on Github here.
A nice string validation library.
- Easy To Use iOS String And UIText Validation Library (Regex Comparisons and More)
- Objective-C Library For Easier String Formatting/Masking Using Regular Expressions
- Open Source Component Providing A Custom Text Field With A Stylish Built-In Validity Indicator
- Tutorial: Easy iOS In-App Purchase Validation
- Open Source: Slick And Easy To Use iOS Form Validation Library
Original article: Open Source iOS String And Number Validation Library
©2014 iOS App Dev Libraries, Controls, Tutorials, Examples and Tools. All Rights Reserved.




