NSMethodSignature - how?
NSMethodSignature - how?
- Subject: NSMethodSignature - how?
- From: Jonathan Wight <email@hidden>
- Date: Sat, 13 Apr 2002 14:34:56 -0500
I'm writing what is basically a proxy to another object and I need to
override the object's methodSignatureForSelector method. Unfortunately I
can't get the method signature because the method doesn't actually exist -
I'll be extracting data from the NSInvocation to generate the function call.
Is there someway I can get a NSMethodSignature from a protocol (much like
I'd imagine NSRemoteProxy might do it)...
Jon.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.