Creating an IMP from an Objective-C block

Viewed 5989

The IMP type in Objective-C represents a function pointer, as far I as understand. Is there any way to make an IMP from a block pointer? Thanks for your ideas.

2 Answers
Related