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
**SnappingLayout** enables a snap behaviour for `UICollectionViews`.
14
14
It works with horizontal scrolling and there are 3 different types: left, center and right.
15
15
You can scroll your collection view and it will automatically snap to the chosen position after decelerating.
16
16
17
17
The snap supports all kinds of collection view configurations: with `sectionInset`, `minimumLineSpacing`, `contentInset` and so forth.
18
18
19
-
## Contents
19
+
## :coffee:Contents
20
20
-[:traffic_light: Requirements](#-requirements)
21
21
-[:computer: Installation](#-installation)
22
22
-[:mortar_board: Example Project](#-example-project)
@@ -78,7 +78,7 @@ dependencies: [
78
78
]
79
79
```
80
80
81
-
####Manually
81
+
### Manually
82
82
If you prefer not to use either of the aforementioned dependency managers, you can always rely on the good old way of integrating **SnappingLayout** into your project manually.
0 commit comments