OC 消息决议和分发机制(message resolve and message forward)
2015-08-01 11:47:03 3 举报
OC 消息决议和分发机制(message resolve and message forward)
作者其他创作
大纲/内容
YES
[self helloWorld];
调用父类NSObject的同名函数,产生crash,奔溃
找到
查类实例函数表
OC 消息决议和分发机制(message resolve and message forward)
NO
+ (BOOL)resolveInstanceMethod:(SEL)aSEL
[otherObject helloWorld];
未找到
- (void)forwardInvocation:(NSInvocation *)anInvocation
0 条评论
回复 删除
下一页