Collection-View-in-a-Table-View-Cell
Collection-View-in-a-Table-View-Cell copied to clipboard
cellForItemAtIndexPath doesn't run but numberOfItemsInSection does
Hi,
I tried your solution, but cellForItemAtIndexPath doesn't run but numberOfItemsInSection does.
What do you think is the issue?
thanks
Hmm, they should both be called as long as numberOfItemsInSection
returns more than zero. Can you verify what it's returning?