|
|
|
|
|
by tlrobinson
5974 days ago
|
|
It's not really that hard, is it? You just have to implement methodSignatureForSelector and forwardInvocation. Compare to Java where it's not even possible to forward messages determined at runtime, you have to generate stubs before compiling. AFAIK. |
|