I have a UICollectionView that displays cells that can have multiple types of content. The content could be a view, a scrollview, a button, etc. For the most part, the table is displaying correctly, but touch events to not appear to be getting passed down to the cell contents. (Buttons aren't accepting clicks, scrollviews aren't scrolling).
Is there a way to pass the touch events to the contents on each cell?