Created
December 17, 2014 15:57
-
-
Save thinkclay/8ab352d0ebe4ddf15927 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @IBAction func submitTapped(sender: AnyObject) { | |
| validator.validateFieldByKey(Fields[0], delegate:self) | |
| validator.validateFieldByKey(Fields[1], delegate:self) | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment