2016-09-28 15 views

Odpowiedz

24
func openBluetooth(){ 
    let url = URL(string: "App-Prefs:root=Bluetooth") //for bluetooth setting 
    let app = UIApplication.shared 
    app.openURL(url!) 
} 

Swift 3.0: działa we wszystkich iOS Wersja

+4

nie działa na iOS 11 ... :(Ustawienia strony otwiera ... –

Powiązane problemy