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
pod 'UICollectionViewLeftAlignedLayout', :git => 'https://github.com/coeur/UICollectionViewLeftAlignedLayout.git'
11
+
pod 'CollectionViewCenteredFlowLayout', :git => 'https://github.com/coeur/CollectionViewCenteredFlowLayout.git'
12
12
```
13
13
14
14
## Usage
15
15
16
-
Simply set `UICollectionViewLeftAlignedLayout` as the layout object for your collection view either via Interface Builder.
16
+
Simply set `CollectionViewCenteredFlowLayout` as the layout object for your collection view either via Interface Builder.
17
17
18
-
`UICollectionViewLeftAlignedLayout` is a subclass of `UICollectionViewFlowLayout`, so your collection view delegate can use all the delegate methods of [`UICollectionViewDelegateFlowLayout`](https://developer.apple.com/library/ios/documentation/uikit/reference/UICollectionViewDelegateFlowLayout_protocol/Reference/Reference.html).
18
+
`CollectionViewCenteredFlowLayout` is a subclass of `UICollectionViewFlowLayout`, so your collection view delegate can use all the delegate methods of [`UICollectionViewDelegateFlowLayout`](https://developer.apple.com/reference/uikit/uicollectionviewdelegateflowlayout).
19
19
20
20
## License
21
21
22
-
`UICollectionViewLeftAlignedLayout` is released under the [MIT license](https://github.com/coeur/UICollectionViewLeftAlignedLayout/blob/master/LICENSE).
22
+
`CollectionViewCenteredFlowLayout` is released under the [MIT license](https://github.com/coeur/CollectionViewCenteredFlowLayout/blob/master/LICENSE).
0 commit comments