Here\'s a simple UICollectionView in yellow
The red arrow sets the wid
I think you need to take a look at
- (CGSize)collectionView:(UICollectionView *)collectionView layout:(UICollectionViewLayout*)collectionViewLayout sizeForItemAtIndexPath:(NSIndexPath *)indexPath
of UICollectionViewLayout
where you can set size based on orientation and current frame.
It would indeed seem that you simply have to do this in code.