Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ UPCarouselFlowLayout
`UPCarouselFlowLayout` is available through [CocoaPods](http://cocoapods.org). To install
it, simply add the following line to your Podfile:

```
```bash
pod "UPCarouselFlowLayout"
```

### Carthage

Users can simply add to their Cartfile:

```
```bash
github "ink-spot/UPCarouselFlowLayout"
```

Expand Down Expand Up @@ -54,7 +54,7 @@ collectionView.collectionViewLayout = layout

Set the `UICollectionView` layout class to `UPCarouselFlowLayout`, and set its `itemSize` and its properties.

![demo](images/ib_settings.png)
![demo](https://raw.githubusercontent.com/zepojo/UPCarouselFlowLayout/master/images/demo.gif)

### Properties

Expand Down