mirror of
https://github.com/Instagram/IGListKit
synced 2026-05-06 15:08:50 +00:00
Summary: The "Tail Loading" example wasn't working correctly on some iPad variants as some of the screens were too large for the number of items in the collection. This diff: * Enables scroll bouncing regardless of content size * Adds more items to the list on iPad to ensure it always has some scrollable height. * Adds `invalidateLayout()` to view size changes in order to properly handle landscape/portrait rotations. * Hides the disclosure chevron by default (Since only the Demos view controller when running on iPhone needs it) Reviewed By: DimaVartanian Differential Revision: D47662107 fbshipit-source-id: a9b2ee532a84b62a387685da09c5ea532eb2c874 |
||
|---|---|---|
| .. | ||
| AnnouncingDepsViewController.swift | ||
| CalendarViewController.swift | ||
| DemosViewController.swift | ||
| DiffTableViewController.swift | ||
| DisplayViewController.swift | ||
| EmptyViewController.swift | ||
| IGListKitExamples-Bridging-Header.h | ||
| LoadMoreViewController.swift | ||
| MixedDataViewController.swift | ||
| NestedAdapterViewController.swift | ||
| ObjcDemoViewController.h | ||
| ObjcDemoViewController.m | ||
| ObjcGeneratedModelDemoViewController.h | ||
| ObjcGeneratedModelDemoViewController.m | ||
| ReorderableViewController.swift | ||
| SearchViewController.swift | ||
| SelfSizingCellsViewController.swift | ||
| SingleSectionStoryboardViewController.swift | ||
| SingleSectionViewController.swift | ||
| StoryboardViewController.swift | ||
| SupplementaryViewController.swift | ||
| WorkingRangeViewController.swift | ||