IGListKit/Examples/Examples-iOS/IGListKitExamples/SectionControllers
Ryan Nystrom 6540f960e2 Add cell deselection API
Summary:
Adding support for a cell deselection API. Trying to make some headway to move and drag+drop support, but also want better stock `UICollectionView` API support. Will also assist eventual `UITableView` support.

- Added overridable API to `IGListSectionController`
- Support for stacked SC
- Breaking, required protocol for binding SC

Assists #524 and #184

- [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/853

Reviewed By: jeremycohen

Differential Revision: D5425414

Pulled By: rnystrom

fbshipit-source-id: 0b25c125b1f171979a15c3095095fc18b4108be6
2017-07-17 14:19:41 -07:00
..
DemoSectionController.swift Implemented SwiftLint, new PR 2017-05-16 07:31:43 -07:00
DisplaySectionController.swift Implemented SwiftLint, new PR 2017-05-16 07:31:43 -07:00
EmbeddedSectionController.swift Implemented SwiftLint, new PR 2017-05-16 07:31:43 -07:00
ExpandableSectionController.swift Implemented SwiftLint, new PR 2017-05-16 07:31:43 -07:00
FeedItemSectionController.swift Implemented SwiftLint, new PR 2017-05-16 07:31:43 -07:00
GridSectionController.swift Implemented SwiftLint, new PR 2017-05-16 07:31:43 -07:00
HorizontalSectionController.swift Implemented SwiftLint, new PR 2017-05-16 07:31:43 -07:00
LabelSectionController.swift Implemented SwiftLint, new PR 2017-05-16 07:31:43 -07:00
ListeningSectionController.swift Implemented SwiftLint, new PR 2017-05-16 07:31:43 -07:00
MonthSectionController.swift Add cell deselection API 2017-07-17 14:19:41 -07:00
PostSectionController.h Remove IGListSectionType 2017-04-19 08:26:30 -07:00
PostSectionController.m Remove IGListSectionType 2017-04-19 08:26:30 -07:00
RemoveSectionController.swift Implemented SwiftLint, new PR 2017-05-16 07:31:43 -07:00
SearchSectionController.swift Implemented SwiftLint, new PR 2017-05-16 07:31:43 -07:00
SelfSizingSectionController.swift Implemented SwiftLint, new PR 2017-05-16 07:31:43 -07:00
StoryboardLabelSectionController.swift Implemented SwiftLint, new PR 2017-05-16 07:31:43 -07:00
UserSectionController.swift Implemented SwiftLint, new PR 2017-05-16 07:31:43 -07:00
WorkingRangeSectionController.swift Implemented SwiftLint, new PR 2017-05-16 07:31:43 -07:00