views:

31

answers:

1

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?

+1  A: 

resolveClassMethod.

Nuff said.

Jacob Relkin