I have a layout that has two columns side by side. Is there an easy way to do this using a single UICollectionView? The only requirement is that the solution should work for iOS 8, and the cells should be arranged vertically in each column as follows:
----------------- | A | | B | ----------------- | C | E | | C | F | | D | | | E | | -----------------
The folded Cs demonstrate that the cells in the left and right columns can be of different heights, so this is not enough to just draw them on the left, right, left, right.
uicollectionview uicollectionviewcell uicollectionviewlayout uicollectionreusableview
Brandon
source share