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
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,24 +16,24 @@ iOS Simple PullToRefresh Library.

![sample](Screenshots/PullToRefreshSwift.gif)

##Installation
## Installation

####CocoaPods
#### CocoaPods
```
pod 'PullToRefreshSwift'
```

####Manually
#### Manually
Add the following files to your project.
`pulltorefresharrow.png`
`PullToRefreshView.swift`
`PullToRefreshConst.swift`
`UIScrollViewExtension.swift`


##Usage
## Usage

###Setup
### Setup

In your UIViewController Including UITableView, UICollectionView, UIScrollView:
```swift
Expand Down