Collection-View-in-a-Table-View-Cell icon indicating copy to clipboard operation
Collection-View-in-a-Table-View-Cell copied to clipboard

cellForItemAtIndexPath doesn't run but numberOfItemsInSection does

Open cyurtbil opened this issue 8 years ago • 1 comments

Hi,

I tried your solution, but cellForItemAtIndexPath doesn't run but numberOfItemsInSection does.

What do you think is the issue?

thanks

cyurtbil avatar Aug 01 '16 19:08 cyurtbil

Hmm, they should both be called as long as numberOfItemsInSection returns more than zero. Can you verify what it's returning?

ashfurrow avatar Aug 01 '16 20:08 ashfurrow