Skip to content

Instantly share code, notes, and snippets.

@mogeta
Created March 26, 2012 03:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mogeta/2202651 to your computer and use it in GitHub Desktop.
Save mogeta/2202651 to your computer and use it in GitHub Desktop.
action sheet with toolbar
//OK
[sheet showInView:[UIApplication sharedApplication].keyWindow];
//NG
[sheet showInView: someViewController.view];
@mogeta
Copy link
Author

mogeta commented Mar 26, 2012

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