Tag Archives: NSInvocation

Grab that Invocation

CInvocationGrabber is a Cocoa class to help with creating NSInvocation objects. NSInvocation objects are Cocoa’s equivalent of “functors” and are extremely handy. But unfortunately creating them is often a pain. For example, take the following code showing how to create … Continue reading

Posted in Default | Tagged , , | 8 Comments