Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

iOS

Kangaroo Rewards
PLUS
Kangaroo Rewards
Courses Plus Student 5,699 Points

UICollectionView inside UITableViewCell

I'm trying to include a UICollectionView inside a UITableViewCell (using xib). i need the user interaction to be with the uicollectionview item and not with the uitableview cell, but now the scrolling of the uicollectionview is not working and the when i tap the didselectrowatindex is being called and not the didselectitematindex. Please i need to fix this issue!! i'm working with objective c. Thanks

1 Answer

I've never done that before.. Definitely search it on google and stack overflow.

This link may help..

https://ashfurrow.com/blog/putting-a-uicollectionview-in-a-uitableviewcell/