Skip to content

Instantly share code, notes, and snippets.

@anilkay
Created August 4, 2018 20:00
Show Gist options
  • Save anilkay/d440cef805658bd41deb5da79d063d88 to your computer and use it in GitHub Desktop.
Save anilkay/d440cef805658bd41deb5da79d063d88 to your computer and use it in GitHub Desktop.
let alert: NSAlert = NSAlert()
alert.messageText="Entera basıldı"
alert.addButton(withTitle: "Evet")
alert.addButton(withTitle: "Bilemiyorum yane")
//Alert Dialog Bu şekilde çıkartılıyor.
let modal=alert.runModal()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment