07 2015 档案

摘要:1 用Xcode打开Podfile文件 或者用命令行open -a Xcode Podfilepod update 阅读全文
posted @ 2015-07-22 15:37 baaingSheep 阅读(413) 评论(0) 推荐(0)
摘要:根据官方在Git上的描述https://github.com/AFNetworking/AFNetworking/wiki/Getting-Started-with-AFNetworking1、在所用的工程里面创建pod file 命令行操作示$ cd /Users/UserName/Documen... 阅读全文
posted @ 2015-07-19 18:22 baaingSheep 阅读(239) 评论(0) 推荐(0)
摘要:常见问题1、sudo gem install cocoapods 如下所示报错ERROR: Could not find a valid gem 'cocoapods' (>= 0), here is why: Unable to download data from https://rub... 阅读全文
posted @ 2015-07-19 18:03 baaingSheep 阅读(306) 评论(0) 推荐(0)
摘要:Managing Accessory ViewsaccessoryTypePropertyThe type of standard accessory view the cell should use (normal state).Cell使用的标准附属视图类型DeclarationSWIFTvar... 阅读全文
posted @ 2015-07-01 11:34 baaingSheep 阅读(446) 评论(0) 推荐(0)