You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Example/ReactiveDataDisplayManager/Collection/CollectionCompositionalViewController/CollectionCompositionalViewController.swift
+20-24Lines changed: 20 additions & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -14,16 +14,16 @@ final class CollectionCompositionalViewController: UIViewController {
/// - Note: To enable events you should link your `NSCollectionLayoutSection` with `CollectionScrollViewDelegateProxyPlugin` using method `NSCollectionLayoutSection.setHorizontalScroll`
Copy file name to clipboardExpand all lines: Source/Collection/Plugins/PluginAction/CollectionScrollablePlugin.swift
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,7 @@ public extension BaseCollectionPlugin {
48
48
/// - parameter scrollProvider: allows you to organize the scroll inside the collection
49
49
///
50
50
/// For example that the beginning of a new element always appears on the left of the screen.
51
+
/// - Warning: Do not work with UICollectionViewCompositionalLayout (use CollectionScrollViewDelegateProxyPlugin with didScrollCompositionLayoutSection event
0 commit comments