We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4974f28 commit 72499cfCopy full SHA for 72499cf
SnappingLayout/Classes/SnappingLayout.swift
@@ -19,7 +19,7 @@ public class SnappingLayout: UICollectionViewFlowLayout {
19
public var snapPosition = SnapPositionType.center
20
21
/// Minimum horizontal velocity to trigger the snap effect.
22
- public var minimumSnapVelocity: CGFloat = 0.3
+ private let minimumSnapVelocity: CGFloat = 0.3
23
24
// MARK: - UICollectionViewFlowLayout
25
0 commit comments