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
- Host: GitHub
- URL: https://github.com/possen/boxes
- Owner: possen
- Created: 2017-06-27T06:30:30.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-05-17T18:51:16.000Z (about 5 years ago)
- Last Synced: 2025-01-06T02:24:19.719Z (5 months ago)
- Topics: collectionview, collectionviewlayout, ios
- Language: Swift
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.