Skip to content

Instantly share code, notes, and snippets.

@ikuwow
Created July 14, 2014 13:07
Show Gist options
  • Save ikuwow/73fe6c1a9fc0c129a298 to your computer and use it in GitHub Desktop.
Save ikuwow/73fe6c1a9fc0c129a298 to your computer and use it in GitHub Desktop.
var alert = UIAlertView()
alert.title = "title"
alert.message = "message"
alert.addButtonWithTitle("OK")
alert.show()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment