I want to know if it is possible to make a UICollectionView that has a variable cell width where there are 2 possible types of cells,
- one kind where it takes up 1/4th of the iPads screen and
- another that takes up half.
I want it to be that if there is a 1/4th cell and then a 1 half cell I can make it so there is a 1/4th cell at the end to make sure the width of the display is filled up. Or if there are 3 1/4th cells I can tell it to shown another 1/4th cell.
Is this possible?
Yes, in a collection view the cells can be all different sizes. For example: