Skip to content

Instantly share code, notes, and snippets.

@heaven-sweetie
Created April 18, 2019 08:24
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 heaven-sweetie/75faf057bf6cbf3145b309275c28674b to your computer and use it in GitHub Desktop.
Save heaven-sweetie/75faf057bf6cbf3145b309275c28674b to your computer and use it in GitHub Desktop.
NSURL *settingsURL = [NSURL URLWithString:UIApplicationOpenSettingsURLString];
[UIApplication.sharedApplication openURL:settingsURL options:@{} completionHandler:nil];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment