I can define and resolve dynamic method without any errors or warnings with @property
, @dynamic
and -resolveInstanceMethod:
However, they're instance methods, but I want to resolve class method dynamically. How can I archive this?
I can define and resolve dynamic method without any errors or warnings with @property
, @dynamic
and -resolveInstanceMethod:
However, they're instance methods, but I want to resolve class method dynamically. How can I archive this?