Skip to content

Instantly share code, notes, and snippets.

@rbsgn
Created October 19, 2012 08:32
Show Gist options
  • Select an option

  • Save rbsgn/3916964 to your computer and use it in GitHub Desktop.

Select an option

Save rbsgn/3916964 to your computer and use it in GitHub Desktop.
class AppDelegate
def application(application, didFinishLaunchingWithOptions:launchOptions)
alert = UIAlertView.alloc.initWithTitle:'title', message:'message', delegate:nil, cancelButtonTitle:'Dismiss', otherButtonTitles:'Okay', nil
alert.show
true
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment