“UICollectionView is the new
UITableView. It's that important.
NSHipster
#UICollectionViewKrakow
Slide 7
Slide 7 text
“UICollectionView is awesome!
My Friend
#UICollectionViewKrakow
Slide 8
Slide 8 text
“The UICollectionView class
manages an ordered collection
of data items and presents them
using customizable layouts.
Apple
#UICollectionViewKrakow
Slide 9
Slide 9 text
UICollectionView allows
» to have totally custom layout
» to dynamically change layouts
» to have interactive transitions between layouts
#UICollectionViewKrakow
Slide 10
Slide 10 text
UICollectionView is
» subclass of UIScrollView
» sibling of UITableView
#UICollectionViewKrakow
Cell For Item
» Tied to content
» No predefined style
» New way of creation
» UICollectionReusableView subclass
#UICollectionViewKrakow
Slide 23
Slide 23 text
Supplementary View
» Tied to content but separate from cells
» Driven by section data
» View of a kind
» UICollectionReusableView subclass
#UICollectionViewKrakow
Slide 24
Slide 24 text
Decoration View
» Not tied to content
» Created in layout subclass
» UICollectionReusableView subclass
#UICollectionViewKrakow