Theocacao
Leopard
Design Element
Comment on "Dynamic Objective-C with NSInvocation"
by Ken — May 21
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"
Design Element

Copyright © Scott Stevenson 2004-2015