Skip to content

Will crash with self sizing cell on iOS 8 and repeating call to _updateVisibleCellsNow #20

@iaomw

Description

@iaomw

I am trying to use the so called "self sizing cell" which means:

  • set estimatedItemSize on flowLayout
  • overide preferredLayoutAttributesFittingAttributes in cell class

It works fine without UIDynamic, but I need UIDynamic. As what I see, it will call the prepareLayout and layoutAttributesForElementsInRect until die, there will be too many _updateVisibleCellsNow waiting in line.

I have no idea how to solve that, please help me incase u see. Or, if I am using those technologies in wrong way, please let me know.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions