ValidationNEL accumulates failures instead of exiting out upon first failure. This is useful in situations where examing all possible failures is desirable.
For example, when asking a user to enter a password, we should make sure it satisfies certain constraints such as length, containing special characters. All constraints should be examined and corresponding error messages should be displayed.
Simply add the following line to your Podfile:
pod "ValidationNEL"
And then run:
pod install
Just add the following to your Cartfile
github "Hxucaa/ValidationNEL"
And run:
carthage update
git clone https://github.com/Hxucaa/ValidationNEL
cd ValidationNEL
bin/setup
Currently ValidationNEL
supports the following features:
Lance Zhu
ValidationNEL is available under the MIT license. See the LICENSE file for more info.