imp_implementationWithBlock()

Bill Bumgarner: In particular, imp_implementationWithBlock() takes a block as a parameter, copies it to the heap, and returns a trampoline that allows the block to be used as the implementation — the IMP — of a method in any Objective-C class (as long as the block’s arguments and the method’s arguments are compatible). Most code … Continue reading imp_implementationWithBlock()