IGListKit/Examples/Examples-iOS/IGListKitExamples/Views
Tim Oliver 19839aab29 Refine "Load More" view controller for iPad
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
2025-12-10 17:18:10 +09:00
..
CalendarDayCell.swift Standarize the copyright notice in all source files 2025-12-10 17:18:09 +09:00
CenterLabelCell.swift Standarize the copyright notice in all source files 2025-12-10 17:18:09 +09:00
CommentCell.h Standarize the copyright notice in all source files 2025-12-10 17:18:09 +09:00
CommentCell.m Standarize the copyright notice in all source files 2025-12-10 17:18:09 +09:00
DetailLabelCell.swift Standarize the copyright notice in all source files 2025-12-10 17:18:09 +09:00
EmbeddedCollectionViewCell.swift Standarize the copyright notice in all source files 2025-12-10 17:18:09 +09:00
FullWidthSelfSizingCell.swift Standarize the copyright notice in all source files 2025-12-10 17:18:09 +09:00
ImageCell.swift Standarize the copyright notice in all source files 2025-12-10 17:18:09 +09:00
InteractiveCell.h Standarize the copyright notice in all source files 2025-12-10 17:18:09 +09:00
InteractiveCell.m Standarize the copyright notice in all source files 2025-12-10 17:18:09 +09:00
LabelCell.swift Refine "Load More" view controller for iPad 2025-12-10 17:18:10 +09:00
ManuallySelfSizingCell.swift Standarize the copyright notice in all source files 2025-12-10 17:18:09 +09:00
MonthTitleCell.swift Standarize the copyright notice in all source files 2025-12-10 17:18:09 +09:00
NibCell.swift Standarize the copyright notice in all source files 2025-12-10 17:18:09 +09:00
NibCell.xib Adapts to dark mode for iOS example project. (#1453) 2025-12-10 17:18:07 +09:00
NibSelfSizingCell.swift Standarize the copyright notice in all source files 2025-12-10 17:18:09 +09:00
NibSelfSizingCell.xib Adapts to dark mode for iOS example project. (#1453) 2025-12-10 17:18:07 +09:00
PersonCell.h Standarize the copyright notice in all source files 2025-12-10 17:18:09 +09:00
PersonCell.m Standarize the copyright notice in all source files 2025-12-10 17:18:09 +09:00
PhotoCell.h Standarize the copyright notice in all source files 2025-12-10 17:18:09 +09:00
PhotoCell.m Standarize the copyright notice in all source files 2025-12-10 17:18:09 +09:00
RemoveCell.swift Standarize the copyright notice in all source files 2025-12-10 17:18:09 +09:00
SearchCell.swift Standarize the copyright notice in all source files 2025-12-10 17:18:09 +09:00
SpinnerCell.swift Standarize the copyright notice in all source files 2025-12-10 17:18:09 +09:00
StoryboardCell.swift Standarize the copyright notice in all source files 2025-12-10 17:18:09 +09:00
UserFooterView.swift Standarize the copyright notice in all source files 2025-12-10 17:18:09 +09:00
UserFooterView.xib Adapts to dark mode for iOS example project. (#1453) 2025-12-10 17:18:07 +09:00
UserHeaderView.swift Standarize the copyright notice in all source files 2025-12-10 17:18:09 +09:00
UserHeaderView.xib Adapts to dark mode for iOS example project. (#1453) 2025-12-10 17:18:07 +09:00
UserInfoCell.h Standarize the copyright notice in all source files 2025-12-10 17:18:09 +09:00
UserInfoCell.m Standarize the copyright notice in all source files 2025-12-10 17:18:09 +09:00