08 2017 档案

摘要:转载 Objective-C Runtime 文章目录 1. 引言 2. 简介 3. 与 Runtime 交互 3.1. Objective-C 源代码 3.2. NSObject 的方法 3.3. Runtime 的函数 4. Runtime 基础数据结构 4.1. SEL 4.2. id 4.3 阅读全文
posted @ 2017-08-25 15:36 xuanInitial 阅读(295) 评论(0) 推荐(0)
摘要:Product > Perform Action > Preprocess "xxx" 能查看.m文件 查看预处理 方便看宏定义什么的 阅读全文
posted @ 2017-08-14 12:40 xuanInitial 阅读(256) 评论(0) 推荐(0)
摘要:exit(0)退出程序,无条件的退出. 阅读全文
posted @ 2017-08-02 10:17 xuanInitial 阅读(119) 评论(0) 推荐(0)
摘要:1.make指令之后就出现Makefile:1:theos/makefiles/common.mk:Not a directoryMakefile:7:/tweak.mk:No such file to directorymake:*** No rule to make target '/tweak 阅读全文
posted @ 2017-08-01 09:56 xuanInitial 阅读(166) 评论(0) 推荐(0)