Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ashfurrow/uicollectionviewflowlayoutexample
UICollectionViewFlowLayout Example
https://github.com/ashfurrow/uicollectionviewflowlayoutexample
Last synced: about 2 months ago
JSON representation
UICollectionViewFlowLayout Example
- Host: GitHub
- URL: https://github.com/ashfurrow/uicollectionviewflowlayoutexample
- Owner: ashfurrow
- License: mit
- Created: 2013-02-05T22:56:28.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2018-06-09T14:45:58.000Z (over 6 years ago)
- Last Synced: 2024-10-14T18:46:15.427Z (2 months ago)
- Language: Objective-C
- Size: 230 KB
- Stars: 196
- Watchers: 19
- Forks: 23
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `UICollectionViewFlowLayout` Example
This is a small app that shows yo how to use simple `UICollectionViewFlowLayout` sublcasses and transition between them. You can get a lot of really nice layouts without any further modification than `init`.
Demonstrates:
- Custom `UICollectionViewFlowLayout` subclasses.
- How to implement `UICollectionViewCell` subclasses.
- How to change layouts (with animation).
- How to set up a collection view without a `.xib` or Storyboard.More notes [here](http://ashfurrow.com/blog/uicollectionview-example-with-uicollectionviewflowlayout).
See a Swift implementation of this project [here](https://github.com/EduardLev/UICollectionViewFlowLayoutExample_Swift)
![Small layout](http://static.ashfurrow.com.s3.amazonaws.com/github/UICollectionViewExampleSmall.png)
![Large layout](http://static.ashfurrow.com.s3.amazonaws.com/github/UICollectionViewExampleLarge.png)