HorizontalCollectionViews icon indicating copy to clipboard operation
HorizontalCollectionViews copied to clipboard

This is an example project showing how to embed a UICollectionView inside a UITableView - allowing to present a scrolling horizontal view of content much like the Pulse app.

Results 3 HorizontalCollectionViews issues
Sort by recently updated
recently updated
newest added

How can i achieve dynamic height for table view if my collection view height is dynamic ? Basically need to have dynamic table view row height depending on collection view...

I have added your code. But my question is how to load different array in each horizontal row. i.e. If I have 3 rows then 3 arrays would be loaded...

When we add a button to the CollectionViewCell, its not receiving any touch events.