The brand new iOS4 fully support the Objective-C’s Block.
This Post show two examples of how blocks can simplify some operations and give a brief introduction to the basics of the blocks.
Tags: iOS4, iPhone, Objective-CThe brand new iOS4 fully support the Objective-C’s Block.
This Post show two examples of how blocks can simplify some operations and give a brief introduction to the basics of the blocks.
Tags: iOS4, iPhone, Objective-C
Hi Luca,
isn’t wrong identify “block” with “closure”, present in another languages, right?
Hi Gennaro,
you’re right! If you’re familiar with Ruby is like when you use yeld istruction.