Skip to content
This repository was archived by the owner on Jul 1, 2020. It is now read-only.

Commit ae991f2

Browse files
Add gifs
1 parent 6055a7c commit ae991f2

5 files changed

Lines changed: 20 additions & 6 deletions

File tree

README.md

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,30 @@
11
# PullToRefreshKit
2+
PullToRefreshKit 是用纯Swift写的,支持下拉刷新,上拉加载,左/右滑动进行额外的操作的库
23

3-
[![CI Status](http://img.shields.io/travis/Leo/PullToRefreshKit.svg?style=flat)](https://travis-ci.org/Leo/PullToRefreshKit)
4-
[![Version](https://img.shields.io/cocoapods/v/PullToRefreshKit.svg?style=flat)](http://cocoapods.org/pods/PullToRefreshKit)
5-
[![License](https://img.shields.io/cocoapods/l/PullToRefreshKit.svg?style=flat)](http://cocoapods.org/pods/PullToRefreshKit)
6-
[![Platform](https://img.shields.io/cocoapods/p/PullToRefreshKit.svg?style=flat)](http://cocoapods.org/pods/PullToRefreshKit)
4+
下拉刷新
75

8-
## Example
6+
<img src="https://raw.github.com/LeoMobileDeveloper/PullToRefreshKit/master/Screenshot/gif1.gif" width="200">
7+
8+
上拉加载
9+
10+
<img src="https://raw.github.com/LeoMobileDeveloper/PullToRefreshKit/master/Screenshot/gif2.gif" width="200">
11+
12+
左拉退出当前界面
13+
14+
<img src="https://raw.github.com/LeoMobileDeveloper/PullToRefreshKit/master/Screenshot/gif3.gif" width="200">
15+
16+
右拉进入下一个界面
17+
18+
<img src="https://raw.github.com/LeoMobileDeveloper/PullToRefreshKit/master/Screenshot/gif4.gif" width="200">
919

10-
To run the example project, clone the repo, and run `pod install` from the Example directory first.
1120

1221
## Requirements
1322

23+
- iOS 8
24+
- Swift 2
25+
26+
27+
1428
## Installation
1529

1630
PullToRefreshKit is available through [CocoaPods](http://cocoapods.org). To install

Screenshot/gif1.gif

215 KB
Loading

Screenshot/gif2.gif

96.9 KB
Loading

Screenshot/gif3.gif

1.14 MB
Loading

Screenshot/gif4.gif

1.26 MB
Loading

0 commit comments

Comments
 (0)