mirror of
https://github.com/Instagram/IGListKit
synced 2026-05-23 01:08:27 +00:00
Summary: The current animation is the collection default animation - fade in/out: demo: https://pxl.cl/bj8R Based on our design, we want the Shelf to be push down: demo https://pxl.cl/bj9R 1. Created **IGListCollectionViewDelegate** which inherits **UICollectionViewDelegateFlowLayout** 2. **IGListAdapter ** conforms **UICollectionViewDelegateFlowLayout** 3. add **transitionDelegate** to IGListSectionController 4. **IGFeedSectionController** sets transitionDelegate as itself and handles IGListCollectionViewDelegate methods Reviewed By: rnystrom Differential Revision: D6785726 fbshipit-source-id: bdf19f84fef05264ca0e082c6a326a31494a20da |
||
|---|---|---|
| .. | ||
| Common | ||
| Internal | ||
| IGListAdapter.h | ||
| IGListAdapter.m | ||
| IGListAdapterDataSource.h | ||
| IGListAdapterDelegate.h | ||
| IGListAdapterUpdateListener.h | ||
| IGListAdapterUpdater.h | ||
| IGListAdapterUpdater.m | ||
| IGListAdapterUpdaterDelegate.h | ||
| IGListBatchContext.h | ||
| IGListBindable.h | ||
| IGListBindingSectionController.h | ||
| IGListBindingSectionController.m | ||
| IGListBindingSectionControllerDataSource.h | ||
| IGListBindingSectionControllerSelectionDelegate.h | ||
| IGListCollectionContext.h | ||
| IGListCollectionView.h | ||
| IGListCollectionView.m | ||
| IGListCollectionViewDelegateLayout.h | ||
| IGListCollectionViewLayout.h | ||
| IGListCollectionViewLayout.mm | ||
| IGListDisplayDelegate.h | ||
| IGListGenericSectionController.h | ||
| IGListGenericSectionController.m | ||
| IGListKit.h | ||
| IGListReloadDataUpdater.h | ||
| IGListReloadDataUpdater.m | ||
| IGListScrollDelegate.h | ||
| IGListSectionController.h | ||
| IGListSectionController.m | ||
| IGListSingleSectionController.h | ||
| IGListSingleSectionController.m | ||
| IGListStackedSectionController.h | ||
| IGListStackedSectionController.m | ||
| IGListSupplementaryViewSource.h | ||
| IGListTransitionDelegate.h | ||
| IGListUpdatingDelegate.h | ||
| IGListWorkingRangeDelegate.h | ||
| Info.plist | ||