Skip to content

Commit 72499cf

Browse files
committed
Made minimumSnapVelocity private
1 parent 4974f28 commit 72499cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SnappingLayout/Classes/SnappingLayout.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public class SnappingLayout: UICollectionViewFlowLayout {
1919
public var snapPosition = SnapPositionType.center
2020

2121
/// Minimum horizontal velocity to trigger the snap effect.
22-
public var minimumSnapVelocity: CGFloat = 0.3
22+
private let minimumSnapVelocity: CGFloat = 0.3
2323

2424
// MARK: - UICollectionViewFlowLayout
2525

0 commit comments

Comments
 (0)