I want to show a UICollectionView which contains exactly 2 rows and 100 cells in each row.
// 1 - (NSInteger)collectionView:(UICollectionView *)view numberOf
The Number of sections dictates how many cells will be in each row, assuming the cell size allows for it.
A section will always start a new row.