摘要:
brew install carthage 切至项目目录: cd xxx 创建Cartfile文件 vi Cartfile 填写依赖 git "https://xxxxx" "master" 分支 github "username/xxx" 阅读全文
摘要:
CG_INLINE void GCDDelay(int64_t delayInSeconds,dispatch_block_t block){ dispatch_time_t popTime = dispatch_time(DISPATCH_TIME_NOW, delayInSeconds NSEC 阅读全文