Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ashfurrow/aftabledcollectionview
How to display a UICollectionView within a UITableViewCell
https://github.com/ashfurrow/aftabledcollectionview
Last synced: 4 days ago
JSON representation
How to display a UICollectionView within a UITableViewCell
- Host: GitHub
- URL: https://github.com/ashfurrow/aftabledcollectionview
- Owner: ashfurrow
- License: mit
- Created: 2013-03-14T14:54:03.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2016-05-15T15:07:38.000Z (over 8 years ago)
- Last Synced: 2024-12-15T13:07:00.367Z (11 days ago)
- Language: Objective-C
- Size: 77.1 KB
- Stars: 548
- Watchers: 24
- Forks: 73
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
AFTabledCollectionView
======================Demonstrates how to display a `UICollectionView` within a `UITableViewCell`. This is tricky because you want to properly architect things and have a clear separation of concern (eg: you *don't* want your `UITableViewCell` to be a `UICollectionViewDataSource`).
![Example screenshot](./readmeImage.png)
Check out [my tutorial](http://ashfurrow.com/blog/putting-a-uicollectionview-in-a-uitableviewcell) for more info.
There is also a [Swift version](https://github.com/DahanHu/DHCollectionTableView) that shows off the new language.