前言: 我们知道Objective-C调用方法是一种发消息的机制,编译器会把 [target doMethodWith:var1];转换为 objc_msgSend(target,@selector(doMethodWith:),var1)。本文简单介绍一下Runtime概念,并着重总结一下Runtime的实用技能。
-
Notifications
You must be signed in to change notification settings - Fork 2
yinwentao/RunTimeDEMO
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
runtime使用简介
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published