Skip to content

Instantly share code, notes, and snippets.

@thinkclay
Created December 17, 2014 15:57
Show Gist options
  • Select an option

  • Save thinkclay/8ab352d0ebe4ddf15927 to your computer and use it in GitHub Desktop.

Select an option

Save thinkclay/8ab352d0ebe4ddf15927 to your computer and use it in GitHub Desktop.
@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