Skip to content

Instantly share code, notes, and snippets.

@leoiphonedev
Created December 12, 2018 05:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leoiphonedev/d9bdb957705352a3ebbe5eff8c394e42 to your computer and use it in GitHub Desktop.
Save leoiphonedev/d9bdb957705352a3ebbe5eff8c394e42 to your computer and use it in GitHub Desktop.
Creating IBAction for the UIButton in order to send mail when user touch UIButton
@IBAction func sendEmail(_ sender: Any) {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment