我知道如何使用:
[self method:object];
但是有可能获得这个的SEL对象吗?
SEL method = @selector(method:object);
不行.
谢谢 :)
objective-c selector
objective-c ×1
selector ×1