From b5dbeef202b7dbd8d5cca8cd153ab0853038dabb Mon Sep 17 00:00:00 2001 From: Jeff Potter Date: Thu, 20 Nov 2014 13:06:22 -0700 Subject: [PATCH] updating readme 4 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 32fd8f0..fea8811 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Swift-validator +Swift-Validator =============== Swift Validator is a rule-based validation library for Swift. @@ -9,6 +9,7 @@ Core Concepts * ```UITextField``` + ```ValidationError``` come out of ```Validator``` * ```UITextField``` is registered to ```Validator``` * ```Validator``` evaluates ```ValidationRules``` sequentially and stops evaluating when a ```ValidationRule``` fails. +* Keys are used to allow registration in TableViewControllers and complex view hierarchies ## Quick Start