Skip to content

Instantly share code, notes, and snippets.

@ericcastro
Created June 3, 2014 23:06
Show Gist options
  • Save ericcastro/10f6c0db0dec51c88e79 to your computer and use it in GitHub Desktop.
Save ericcastro/10f6c0db0dec51c88e79 to your computer and use it in GitHub Desktop.
@IBAction func helloWorld(sender : AnyObject) {
var a = UIAlertView()
a.title = "hi"
a.message = "why does this work?"
a.addButtonWithTitle("no idea")
a.show()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment