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

Preventing subview reset when reloading the layout #170

Merged
merged 1 commit into from
May 31, 2016

Conversation

kettch
Copy link
Contributor

@kettch kettch commented May 30, 2016

This fixes an issue where the shouldInvalidate, that is just supposed to indicate if the layout needs to be performed, was also used to determine if the previously used cells were to be reset, leading to the recreation of all cells each time a layout was done.

@jwilling
Copy link
Owner

Thanks! 🌴

@jwilling jwilling merged commit 9245c26 into jwilling:master May 31, 2016
@jwilling
Copy link
Owner

Side note, this was discussed quite some time ago: #117 (comment)

Hopefully it does not break any implementations.

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

Successfully merging this pull request may close these issues.

2 participants