UICollectionView in a UICollectionViewCell

Patrick Wilson picture Patrick Wilson · Jul 18, 2013 · Viewed 22.5k times · Source

I am interested in having a collectionview as a part of a collection view cell but for some reason cannot figure out how this would be done. Where would I implement the necessary methods for the cells collectionview?

Answer

Marcelo Fabri picture Marcelo Fabri · Jul 18, 2013

There's an article that Ash Furrow wrote that explains how to put an UICollectionView inside an UITableViewCell. It's basically the same idea when using it inside an UICollectionViewCell.