摘要:
MAObjCRuntime源码地址:(引入头文件MARTNSObject.h即可,非arc环境下)http://pan.baidu.com/s/1eQ6776Uhttps://github.com/mikeash/MAObjCRuntimeMAObjCRuntime is an ObjC wrapp... 阅读全文
摘要:
Dynamically Generated iOS Headershttps://github.com/nst/iOS-Runtime-HeadersHere are iOS Objective-C headers as derived from runtime introspection.The headers were generated usingRuntimeBrowser for iPhone.这个是在运行时导出的所有的 Objective-C 的头文件。这些头文件都是通过RuntimeBrowser for iPhone来生成的。Search(搜索)You can search t 阅读全文
摘要:
源码地址 http://pan.baidu.com/s/1zTUR8研究GCD有一段时间,翻译了多篇文章,找了很多的资料,看了很多官方文档,看起来很难,实际上很简单,本人一一进行讲解怎么使用.支持ARC以及非ARC,无论在ARC环境还是在非ARC环境,都需要调用dispatchRelease方法来释... 阅读全文
摘要:
+ (void)initializeDescription(描述) Initializes the class before it receives its first message.在这个类第一次接受信息之前初始化这个类.The runtime sends initialize to each class in a program just before the class, or any class that inherits from it, is sent its first message from within the program. The runtime sends th. 阅读全文