mirror of
https://github.com/Instagram/IGListKit
synced 2026-05-24 09:48:21 +00:00
Summary: PR #602 added generics to `IGListBindingSectionController` in the ObjC code but did not update the Swift Examples. Swift fails to compile without any form of generic specification. Fixed example compilation. - [X] All tests pass. Demo project builds and runs. - [ ] I added tests, an experiment, or detailed why my change isn't tested. - [ ] I added an entry to the `CHANGELOG.md` for any breaking changes, enhancements, or bug fixes. - [ ] I have reviewed the [contributing guide](https://github.com/Instagram/IGListKit/blob/master/.github/CONTRIBUTING.md) Closes https://github.com/Instagram/IGListKit/pull/608 Differential Revision: D4818132 Pulled By: rnystrom fbshipit-source-id: 8ccdab044ac68d2a95085faedf683ac1b882cbff |
||
|---|---|---|
| .. | ||
| 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 | ||
| MonthSectionController.swift | ||
| RemoveSectionController.swift | ||
| SearchSectionController.swift | ||
| SelfSizingSectionController.swift | ||
| StoryboardLabelSectionController.swift | ||
| UserInfoSectionController.h | ||
| UserInfoSectionController.m | ||
| UserSectionController.swift | ||
| WorkingRangeSectionController.swift | ||