Is it possible to open Safari app settings using NSURL link ?
Here is the code i'm using for general settings
UIApplication.sharedApplication().openURL(NSURL(string: UIApplicationOpenSettingsURLString)!)
How should i modify it - if its even possible?
Thank you!