You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: