Advanced UITableView

Automatic Cell Loading and more


The old way of creating custom cell is…

new way….

A new interesting methods that I would like to try is

// newer dequeue method guarantees a cell is returned and resized properly, assuming identifier is registered

  • (id)dequeueReusableCellWithIdentifier:(NSString *)identifier forIndexPath:(NSIndexPath *)indexPath NS_AVAILABLE_IOS(6_0);

For iOS 6 +

The UITableView class includes the following changes:

Email me when Claire Jingwen Xiong publishes or recommends stories