IGListKit/Examples/Examples-iOS/Pods/Target Support Files/IGListKit
Adam Stern d301675154 give section controllers access to collection view scrolling traits
Summary:
I'd like to be able to access the current collection view scrolling traits inside section controllers. These are expressed as three properties from `UIScrollView`:

`isTracking`, `isDragging`, and `isDecelerating`.

My approach is to add a new struct `IGListCollectionScrollingTraits` with these three values, and expose this to section controllers through `IGListCollectionContext`.

Reviewed By: rnystrom

Differential Revision: D7986814

fbshipit-source-id: 19e9bd3b89545b10238dd060a5af8c5a0f39eb82
2025-12-10 17:17:51 +09:00
..
IGListKit-dummy.m internal diff for PR #209 2016-11-16 12:44:19 -08:00
IGListKit-prefix.pch Fix examples 2017-03-11 13:31:28 -08:00
IGListKit-umbrella.h give section controllers access to collection view scrolling traits 2025-12-10 17:17:51 +09:00
IGListKit.modulemap internal diff for PR #209 2016-11-16 12:44:19 -08:00
IGListKit.xcconfig Update examples pods so they build #trivial 2017-10-09 06:45:45 -07:00
Info.plist Update examples for 3.4 2025-12-10 17:17:51 +09:00