Skip to content

Instantly share code, notes, and snippets.

@Ckitakishi
Created April 19, 2018 06:44
Show Gist options
  • Save Ckitakishi/04af5be7c8121b4703521edabcf838ea to your computer and use it in GitHub Desktop.
Save Ckitakishi/04af5be7c8121b4703521edabcf838ea to your computer and use it in GitHub Desktop.
open the app’s custom settings
DispatchQueue.main.async {
let url = URL(string: UIApplicationOpenSettingsURLString)
UIApplication.shared.open(url!, options: [:], completionHandler: nil)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment