Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.