#10 - Fun with Blocks

Published: April 4, 2012, 10 a.m.

Blocks are a great way to simplify code when dealing with asynchronous tasks (using GCD), callbacks, and atomic operations. In this episode, we'll look at a few ways you can use blocks in your code.