摘要: brew install carthage 切至项目目录: cd xxx 创建Cartfile文件 vi Cartfile 填写依赖 git "https://xxxxx" "master" 分支 github "username/xxx" 阅读全文
posted @ 2016-11-01 19:35 levyleo 阅读(188) 评论(0) 推荐(0) 编辑
摘要: CG_INLINE void GCDDelay(int64_t delayInSeconds,dispatch_block_t block){ dispatch_time_t popTime = dispatch_time(DISPATCH_TIME_NOW, delayInSeconds NSEC 阅读全文
posted @ 2016-11-01 18:50 levyleo 阅读(799) 评论(0) 推荐(0) 编辑