JackieQu / RuntimeDemo

Objective-C Runtime机制的示例代码

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RuntimeDemo

Objective-C Runtime机制的示例代码,包含以下例子:

  • 方法解析和消息转发 - Message和MessageForwarding类
  • Associated Objects : NSObject+AssociatedObject Category
  • Method Swizzling:UIViewController+Logging Category

About

Objective-C Runtime机制的示例代码

License:MIT License


Languages

Language:Objective-C 100.0%