Skip to content

cellForItemAtIndexPath not getting called #18

@jalbano

Description

@jalbano

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions