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
UICollectionView Layouts • UICollectionView separates layout from dequeuing logic • UITableView encapsulates both • Allows us to easily customize layout of cells