An open API service indexing awesome lists of open source software.

https://github.com/possen/boxes

Demonstrates custom UICollectionViewLayout
https://github.com/possen/boxes

collectionview collectionviewlayout ios

Last synced: 3 months ago
JSON representation

Demonstrates custom UICollectionViewLayout

Awesome Lists containing this project

README

        

# Boxes
Demonstrates custom UICollectionViewLayout

* Implements a CollectionView custom layout which wraps back and forth and allows you to toggle back and forth.
* Utilizes the rectangle to get the collectionViewAttributes for the particular item rather than precalculating it for the entire page.
* Utilizes a Generic CollectionViewAdaptor which avoids the MegaViewController.