IGListKit/Examples/Examples-iOS/IGListKitExamples/SectionControllers
Ryan Nystrom 6bdcac81d8 Layout invalidation API
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
2017-02-21 15:30:56 -08:00
..
CommentSectionController.h Add Example-iOS in ObjC 2017-02-20 16:18:21 -08:00
CommentSectionController.m Add Example-iOS in ObjC 2017-02-20 16:18:21 -08:00
DemoSectionController.swift Remove NSObject+IGListDiffable category 2016-11-21 16:59:00 -08:00
DisplaySectionController.swift internal diff for PR #209 2016-11-16 12:44:19 -08:00
EmbeddedSectionController.swift internal diff for PR #209 2016-11-16 12:44:19 -08:00
ExpandableSectionController.swift Layout invalidation API 2017-02-21 15:30:56 -08:00
FeedItemSectionController.swift internal diff for PR #209 2016-11-16 12:44:19 -08:00
GridSectionController.swift Fix crash in Examples-iOS app when tapping "Mixed Data" 2016-11-22 17:14:00 -08:00
HorizontalSectionController.swift internal diff for PR #209 2016-11-16 12:44:19 -08:00
ImageSectionController.h Add Example-iOS in ObjC 2017-02-20 16:18:21 -08:00
ImageSectionController.m Add Example-iOS in ObjC 2017-02-20 16:18:21 -08:00
InteractiveSectionController.h Add Example-iOS in ObjC 2017-02-20 16:18:21 -08:00
InteractiveSectionController.m Add Example-iOS in ObjC 2017-02-20 16:18:21 -08:00
LabelSectionController.swift internal diff for PR #209 2016-11-16 12:44:19 -08:00
RemoveSectionController.swift internal diff for PR #209 2016-11-16 12:44:19 -08:00
SearchSectionController.swift internal diff for PR #209 2016-11-16 12:44:19 -08:00
SelfSizingSectionController.swift internal diff for PR #209 2016-11-16 12:44:19 -08:00
StoryboardLabelSectionController.swift Create a grid layout for IGList 2016-11-21 13:29:04 -08:00
UserInfoSectionController.h Add Example-iOS in ObjC 2017-02-20 16:18:21 -08:00
UserInfoSectionController.m Add Example-iOS in ObjC 2017-02-20 16:18:21 -08:00
UserSectionController.swift internal diff for PR #209 2016-11-16 12:44:19 -08:00
WorkingRangeSectionController.swift internal diff for PR #209 2016-11-16 12:44:19 -08:00