Skip to content

Instantly share code, notes, and snippets.

@EvgenyMorozov
Last active August 29, 2015 14:23
Show Gist options
  • Save EvgenyMorozov/bda36b75c2c86625ec2f to your computer and use it in GitHub Desktop.
Save EvgenyMorozov/bda36b75c2c86625ec2f to your computer and use it in GitHub Desktop.
Open an application settings.
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:UIApplicationOpenSettingsURLString]];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment