mirror of
https://github.com/Instagram/IGListKit
synced 2026-05-20 15:58:28 +00:00
Summary: 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 - [x] All tests pass. Demo project builds and runs. - [x] I added tests, an experiment, or detailed why my change isn't tested. - [x] I added an entry to the `CHANGELOG.md` for any breaking changes, enhancements, or bug fixes. Closes https://github.com/Instagram/IGListKit/pull/499 Reviewed By: jessesquires Differential Revision: D4590274 Pulled By: rnystrom fbshipit-source-id: f87235be4e6c024bf979b831a8938be68895e011 |
||
|---|---|---|
| .. | ||
| CommentSectionController.h | ||
| CommentSectionController.m | ||
| DemoSectionController.swift | ||
| DisplaySectionController.swift | ||
| EmbeddedSectionController.swift | ||
| ExpandableSectionController.swift | ||
| FeedItemSectionController.swift | ||
| GridSectionController.swift | ||
| HorizontalSectionController.swift | ||
| ImageSectionController.h | ||
| ImageSectionController.m | ||
| InteractiveSectionController.h | ||
| InteractiveSectionController.m | ||
| LabelSectionController.swift | ||
| RemoveSectionController.swift | ||
| SearchSectionController.swift | ||
| SelfSizingSectionController.swift | ||
| StoryboardLabelSectionController.swift | ||
| UserInfoSectionController.h | ||
| UserInfoSectionController.m | ||
| UserSectionController.swift | ||
| WorkingRangeSectionController.swift | ||