摘要:
XCode6上iOS上开发新增了新建framework项目的功能,方便封装和分发代码。代码引用自己的framework XCode会出现警告:Missing submodule 'ThridParty.XXXXX'等,貌似stackoverflow上说是xcode bug,实际编码、模拟器和真机运行... 阅读全文
posted @ 2015-01-28 18:16
Maple023
阅读(1902)
评论(0)
推荐(0)
摘要:
Alamofire是一个用Swift编写的HTTP网络库,由此前热门开源项目AFNetworking的的作者mattt开发,可非常简单地用于异步网络通信。要获取最新版本的 Alamofire,前往https://github.com/Alamofire/Alamofire然后单击网页右边的Downl... 阅读全文
posted @ 2015-01-28 17:51
Maple023
阅读(6038)
评论(0)
推荐(0)