标签:
打开网络适配有两种方法
第一种是在Info.plist文件里添加XML代码
具体步骤:右击Info.plist文件 选择Open As里面的Source Code
然后在文件底部插入下面代码
[html] view plain copy <key>NSAppTransportSecurity</key> <dict> <key>NSAllowsArbitraryLoads</key> <true/> </dict>
第二种方法
选中上边方框里里的行之后点击加号
最后的状态设置为YES就设置成功了
标签:
原文地址:http://www.cnblogs.com/menglingxu/p/5536807.html