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 b268f80 commit f51de89Copy full SHA for f51de89
README.md
@@ -49,7 +49,7 @@ let snappingLayout = SnappingLayout()
49
```
50
let collectionView = UICollectionView(frame: .zero, collectionViewLayout: snappingLayout)
51
52
-4. [Highle recommended] Set the deceleration rate of the collection view to fast:
+4. Set the deceleration rate of the collection view to fast:
53
54
collectionView.decelerationRate = .fast
55
0 commit comments