我需要打开蓝牙设置菜单IOS9.0
。接下来打开设置菜单OK!,
UIApplication.sharedApplication().openURL(NSURL(string: UIApplicationOpenSettingsURLString)!)
但我需要打开蓝牙设置菜单尝试过
UIApplication.sharedApplication().openURL(NSURL(string: "prefs:root=General&path=Bluetooth")!)
这没用
任何人都可以帮助我吗?