多线程
总览:
NSThread:
GCD:
NSOperation:
原始文件:
RunTime
总览:
数据结构:
消息发送及转发机制:
Method Swizzling:
原始文件:
参考链接:
- 原文:Objective-C Runtime运行时
- Apple官方文档:Objective-C Runtime Programming Guide
- Apple开源代码:Objective-C Runtime源码
- Objective-C Runtime
RunLoop
总览:
原始文件:
参考链接: