-
Using native Objective-C methods for C Callbacks
For the modern Macintosh programmer, given the incredible power of the Objective-C programming language combined with the fact that you can inline C code directly in the Objective-C code, there are few things left wanting … almost. One of these stickly issues is the use of C callbacks; passing the reference of a function to […]