Skip to content

Instantly share code, notes, and snippets.

@Arrlindii
Created August 5, 2018 23:03
Show Gist options
  • Select an option

  • Save Arrlindii/c38a9554169aa17c96dc23cae7fc0721 to your computer and use it in GitHub Desktop.

Select an option

Save Arrlindii/c38a9554169aa17c96dc23cae7fc0721 to your computer and use it in GitHub Desktop.
func validate() {
do {
let email = try emailTextField.validatedText(validationType: ValidatorType.email)
} catch(let error) {
showAlert(for: (error as! ValidationError).message)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment