signatureWithObjCTypes:
Returns an NSMethodSignature object for the given Objective-C method type string.
Declaration
+ (NSMethodSignature *) signatureWithObjCTypes:(const char *) types;Parameters
- types:
An array of characters containing the type encodings for the method arguments.
Return Value
An NSMethodSignature object for the given Objective-C method type string in types.