Background
I am implementing a UICollectionView
(for the first time) in an effort to achieve a paged horizontal scroll view of tiles. I\'d
Many thanks for the tip about using a negative minimumLineSpacing. I created a tester application which uses a collection view cell loaded from a xib file. The cell has a transparent background and an “inner” view for the cell's content.
In this way, a custom flow layout is not necessary.
https://github.com/j4johnfox/CollectionViewTester