Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
iaomw opened this issue Jun 24, 2015 · 0 comments

Comments

@iaomw
Copy link

iaomw commented Jun 24, 2015

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant