文章分类 -  Objective-C

摘要:1、打开终端 2、cd 进入项目根目录 3、输入命令 4、回车 阅读全文
posted @ 2017-05-26 14:34 Kaymin 阅读(133) 评论(0) 推荐(0)
摘要:iOS统计代码执行时间,单位为毫秒。 方法 1 方法 2 方法 3 方法 4 阅读全文
posted @ 2017-05-26 14:28 Kaymin 阅读(1384) 评论(0) 推荐(0)
摘要:完美编译强迫症的朋友JSONKit编译出现Bitmasking for introspection of Objective-C object pointers警告修改方法1:1 #pragma clang diagnostic push2 #pragma clang diagnostic igno... 阅读全文
posted @ 2015-09-04 11:01 Kaymin 阅读(316) 评论(0) 推荐(0)