Skip to content

Instantly share code, notes, and snippets.

@cieslak
Created June 4, 2014 01:06
Show Gist options
  • Save cieslak/5e356f0d06e19164c45d to your computer and use it in GitHub Desktop.
Save cieslak/5e356f0d06e19164c45d to your computer and use it in GitHub Desktop.
override func viewDidAppear(animated: Bool) {
super.viewDidAppear(animated);
let alert = UIAlertView(title: "Hello", message: "There", delegate: nil, cancelButtonTitle: "OK")
alert.show()
}
@brianherman
Copy link

thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment