Objective-C my C++ – Blocks

The Objective-C side A really handy Objective-C feature that came to my attention not so long ago are blocks. Now I’m not going to write much about blocks themselves, for that there are much better docs. But here’s the basic idea: Blocks are anonymous functions that retain the environment where they are created and abstract […]