2016-09-28 18 views

cevap

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

Swift 3.0: ... iOS 11 üzerinde çalışmak Değildir tüm iOS Versiyon

+4

çalışan :(sayfasını ayarlama açılıyor ... –

İlgili konular