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

A lightning talk about UICollectionView

A lightning talk about UICollectionView

Steven Shen

December 13, 2012
Tweet

More Decks by Steven Shen

Other Decks in Programming

Transcript

  1. UICollectionViewCell *cell = [collectionView dequeueReusableCellWithIdentifier:identifier]; if (!cell) { cell =

    [[UICollectionViewCell alloc] init]; } UICollectionViewCell *cell = [collectionView dequeueReusableCellWithIdentifier:identifier forIndexPath:indexPath]; Friday, December 14, 12