摘要: 1、在Info.plist文件中添加App Transport Security Settings,类型为Dictionary; 2、在App Transport Security Settings下添加Allow Arbitrary Loads,类型为Boolean,值为YES。 阅读全文
posted @ 2016-03-24 13:17 游玩屋 阅读(141) 评论(0) 推荐(0) 编辑
摘要: 原文出处:http://code4app.com/article/cocoapods-install-usage 当你开发iOS应用时,会经常使用到很多第三方开源类库,比如JSONKit,AFNetWorking等等。可能某个类库又用到其他类库,所以要使用它,必须得另外下载其他类库,而其他类库又用到 阅读全文
posted @ 2016-03-24 12:01 游玩屋 阅读(160) 评论(0) 推荐(0) 编辑