![240](https://upload.jianshu.io/users/upload_avatars/848083/fa9ef37d-5378-48ac-a60f-3c72bb1bc55d.png?imageMogr2/auto-orient/strip|imageView2/1/w/240/h/240)
class Class(指针)typedef struct objc_class *Class; 由编译器为每个类产生的数据结构,这个结构是通过编译器在执行时产生,在运行时发...
消息直到运行时才会与方法实现进行绑定(在OC中方法调用是一个消息发送的过程) OC中调用方法: [xiaoming eat: apple]; 在方法调用的时候,runtime...
1、图片直接拖拽target Membership 不会被选中 解决方法(1、升级最新 2、add files to....) 2、framework 和Xcode8 不一直...