2016-09-28 2 views

Antwort

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

Swift 3.0: Arbeiten in allen iOS Version

+4

funktioniert auf iOS 11 nicht ... :(Seite Einrichten eröffnet ... –

Verwandte Themen