We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a39386 commit b5dbeefCopy full SHA for b5dbeef
1 file changed
README.md
@@ -1,4 +1,4 @@
1
-Swift-validator
+Swift-Validator
2
===============
3
4
Swift Validator is a rule-based validation library for Swift.
@@ -9,6 +9,7 @@ Core Concepts
9
* ```UITextField``` + ```ValidationError``` come out of ```Validator```
10
* ```UITextField``` is registered to ```Validator```
11
* ```Validator``` evaluates ```ValidationRules``` sequentially and stops evaluating when a ```ValidationRule``` fails.
12
+* Keys are used to allow registration in TableViewControllers and complex view hierarchies
13
14
## Quick Start
15
0 commit comments