Skip to content

Instantly share code, notes, and snippets.

@chitu98
Created August 25, 2019 06:33
Show Gist options
  • Save chitu98/888a94fbb9333038915694cf33424a5d to your computer and use it in GitHub Desktop.
Save chitu98/888a94fbb9333038915694cf33424a5d to your computer and use it in GitHub Desktop.
// call function via button
@IBAction func btnCall(_ sender: UIButton) {
makePhoneCall(phoneNumber: "9981787829")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment