How to open WIFI setting in Swift 3

后端 未结 7 1685
离开以前
离开以前 2021-01-14 00:37

I want to open WIFI setting section from my iOS application, my code was working well before Swift 3 with iOS 9.2

if let settingsURL = URL(string: AppSetting         


        
7条回答
  •  北海茫月
    2021-01-14 01:29

    This thing will work with iOS 10 also but you have to add URL types in ur project setting info. URL schemes should be prefs If you need I will share the screen shot so that you can easily achieve.

    Thanks

提交回复
热议问题