You would need to create a custom CollectionViewCell that contains a TableView and then implement the delegate methods inside this CustomCollectionViewCell class. You can do this using Storyboards.
On another note... I would suggest you use IGListKit for complex CollectionViews :) It will make your life easier and will keep your app running smooth!!!
You would need to create a custom CollectionViewCell that contains a TableView and then implement the delegate methods inside this CustomCollectionViewCell class. You can do this using Storyboards.
On another note... I would suggest you use IGListKit for complex CollectionViews :) It will make your life easier and will keep your app running smooth!!!
github.com/Instagram/IGListKit