mirror of
https://github.com/Instagram/IGListKit
synced 2026-05-24 09:48:21 +00:00
Summary: Couple best practices I want to make sure our examples reflect: - Multiple cells in a section controller - Unique models returned in `objectsForListAdapter:` (no dupes!) - Dynamic item count (`comments` array) Issue fixed: #595 - [x] All tests pass. Demo project builds and runs. Closes https://github.com/Instagram/IGListKit/pull/615 Differential Revision: D4852192 Pulled By: jessesquires fbshipit-source-id: f4a89800f90e6b5ea4b6dd7c0d9a78ca5d65082c |
||
|---|---|---|
| .. | ||
| DemoSectionController.swift | ||
| DisplaySectionController.swift | ||
| EmbeddedSectionController.swift | ||
| ExpandableSectionController.swift | ||
| FeedItemSectionController.swift | ||
| GridSectionController.swift | ||
| HorizontalSectionController.swift | ||
| LabelSectionController.swift | ||
| ListeningSectionController.swift | ||
| MonthSectionController.swift | ||
| PostSectionController.h | ||
| PostSectionController.m | ||
| RemoveSectionController.swift | ||
| SearchSectionController.swift | ||
| SelfSizingSectionController.swift | ||
| StoryboardLabelSectionController.swift | ||
| UserSectionController.swift | ||
| WorkingRangeSectionController.swift | ||