Comment on "
Dynamic Objective-C with NSInvocation
"
by Ken — May 21, 06
You don't need to ask the class for the method signature, you can ask any object for the method signature corresponding to a selector:
sig = [self methodSignatureForSelector:mySelector];
Back to "
Dynamic Objective-C with NSInvocation
"
Technorati Profile
Copyright © Scott Stevenson 2004-2006
by Ken — May 21, 06
sig = [self methodSignatureForSelector:mySelector];