Skip to content

Instantly share code, notes, and snippets.

@benbahrenburg
Created August 4, 2014 05:16
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 benbahrenburg/9e676e869236e3191afa to your computer and use it in GitHub Desktop.
Save benbahrenburg/9e676e869236e3191afa to your computer and use it in GitHub Desktop.
iOS 8 - Launch App Seettings
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:UIApplicationOpenSettingsURLString]];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment