Upgrade to Pro — share decks privately, control downloads, hide ads and more …

UICollectionView

Ash Furrow
December 21, 2013

 UICollectionView

Talk I did for TACOW on the basics of UICollectionView.

Ash Furrow

December 21, 2013
Tweet

More Decks by Ash Furrow

Other Decks in Technology

Transcript

  1. UITableView • UITableView is one of the mainstays of iOS

    • UICollectionView will be one for iOS 7
  2. Dequeuing Cells • UICollectionView works just like newer UITableView APIs

    • Register a class for a cell identifier • Later, dequeue a cell of that class for that identifier
  3. UICollectionView Layouts • UICollectionView separates layout from dequeuing logic •

    UITableView encapsulates both • Allows us to easily customize layout of cells