-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Layout invalidation API #499
Conversation
@rnystrom updated the pull request - view changes |
Example animation action: https://twitter.com/_ryannystrom/status/833784821344325632/photo/1 Using |
@rnystrom has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
Importing for some internal review |
@rnystrom updated the pull request - view changes - changes since last import |
@rnystrom has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
Awesome! |
Changes in this pull request
Adding a new layout-invalidation API, telling the layout object to query and rebuild the layout for all items in the section controller. This works with
UICollectionViewFlowLayout
and should work with other custom layouts (including our own).Issue fixed: #360, #459
Checklist
CHANGELOG.md
for any breaking changes, enhancements, or bug fixes.