如果你的程序中用到了WiFi,想在没有有效WiFi的时候出现如图所示的提示该怎么做?
其实很简单, 只需要在Info.plist中添加如下Key/Value
UIRequiresPersistentWiFi Boolean true
最终结果显示如下:
如果你的程序中用到了WiFi,想在没有有效WiFi的时候出现如图所示的提示该怎么做?
其实很简单, 只需要在Info.plist中添加如下Key/Value
UIRequiresPersistentWiFi Boolean true
最终结果显示如下:
转载于:https://www.cnblogs.com/daguo/p/3275339.html