-
Notifications
You must be signed in to change notification settings - Fork 185
Open
Description
This is odd. I've been using this in a project for quite a while and it was working fine. I recently did a new build and now the collection view I'm using this for doesn't show any items. In the debugger I can see that numberOfItemsInSection is returning the correct (> 0) number -- but cellForItemAtIndexPath is never getting called.
I tried switching to the cocoapod and updating to the latest -- same thing.
Anyone else seeing this? Any thoughts?
Additional info -- I've been using estimatedItemSize and a cell w/ autolayout.
If I comment out the estimatedItemSize assignment, the cells appear (but are all sized the same).
Thanks
John
Metadata
Metadata
Assignees
Labels
No labels