There is a very similar question here, but the solution doesn’t solve anything for me, mainly because my embedded collection view is already inside the table view cell’s content view (I created it in storyboard).
Is there some setting that I need to check to allow my collection view to scroll? It seems that the parent table view cell is eating up all gestures.
2
Answers
Turns out in my case it was simple as not having
User Interaction Enabled
check marked for my child collection view.TableViewController.swift
CustomTableViewCell.swift
You can find my demo project here
https://github.com/MattiaPell/CollectionView-inside-a-TableViewCell