My collectionView presents 20 items in landscape mode. In portrait mode, I only want 8 reusable items presented. How can I achieve this?
When does the collectionView call collectionView:numberOfItemsInSection: on the data source in order to update itself???