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 698009f commit 579818aCopy full SHA for 579818a
SnappingLayout.podspec
@@ -12,7 +12,7 @@ Pod::Spec.new do |s|
12
s.summary = 'UICollectionViewFlowLayout with behaviour to snap the cell when scrolling horizontally.'
13
14
s.description = <<-DESC
15
-SnappingLayout enables to add a snap behaviour for UICollectionViews.
+SnappingLayout enables a snap behaviour for UICollectionViews.
16
It works with horizontal scrolling and there are 3 different types: left, center and right.
17
You can scroll your collection view and it will automatically snap to the chosen position after decelerating.
18
The snap supports all kinds of collection view configurations: with sectionInset, minimumLineSpacing, contentInset and so forth.
0 commit comments