Collection-View-in-a-Table-View-Cell icon indicating copy to clipboard operation
Collection-View-in-a-Table-View-Cell copied to clipboard

Sample code for my tutorial

Results 30 Collection-View-in-a-Table-View-Cell issues
Sort by recently updated
recently updated
newest added

It's normally working but I am user Right to Left then showing issue in some down cell. Some on top cell are showing correct position but down cell are still...

Thanks for your article. I'm using API that return a paginated data , when data returned from page 2 ,the table view is refreshed and scrolled up to the top...

Hi thanks for sharing, Would you tell me what the problem if we put `UICollectionViewDataSource` in the `UITableViewCell` ?

Hi, I want to let you know, whenever I select on collection view means call didSelect method of collection view I always get collection view tag 0(zero). example [0,1], [0,3],...

I am trying to set a height and weight, but nothing is changing. How can i fix that?

Minor correction. If your collection view has `contentInsets` for example of `UIEdgeInsets(top: 0, left: 24, bottom: 0, right: 24)`, the `contentOffset.x` will be -24 initially, so if you fall back...

Hello! The code works flawlessly in iOS13, but in the twelfth edition it crashes with the following message: 'NSInternalInconsistencyException', reason: 'UICollectionView received layout attributes for a cell with an index...

Hi In this scenario I want to use table indexPath.section in CollectionView cell. Is it Possible?

This code relies on the tag property. Because of this, it does not account for tableviews with multiple sections. How would you modify the code to account for this? Could...