iOS SDK: Blocks and Enumeration

In iOS 4, Apple brought Blocks to iOS. Put simply, a block is a variable type that stores executable code. This quick tip will provide a brief, general overview of blocks and teach you how to use them for enumerating over objects. Blocks Overview As a programmer, you’re used to data types like String, which […]

{excerpt}
Read More

Leave a Reply

Your email address will not be published. Required fields are marked *