RunTime筆記

#import <objc/runtime.h> 一、基本定義 消息傳遞的方法:objc_msgsend(id, SEL,...); Runtime數據結構 SEL typedef struct objc_selector *SEL;    (其實就是C語言中的char *)  生成SEL的方法:@selector()、sel_registerName(<#const char * _Nonnul
相關文章
相關標籤/搜索