Skip to content

Commit 55f6173

Browse files
committed
Update gifs readmes and logo.
1 parent d4a4dac commit 55f6173

File tree

7 files changed

+11
-7
lines changed

7 files changed

+11
-7
lines changed

ESPullToRefreshExample/ESPullToRefreshExample/Custom/ESRefreshTableViewController.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public class ESRefreshTableViewController: UITableViewController {
6363
self?.loadMore()
6464
}
6565
self.tableView.refreshIdentifier = String.init(describing: type)
66-
self.tableView.expriedTimeInterval = 0.0
66+
self.tableView.expriedTimeInterval = 20.0
6767

6868
DispatchQueue.main.asyncAfter(deadline: .now() + 1.0) {
6969
self.tableView.es_autoPullToRefresh()

README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
1-
# ESPullToRefresh
2-
###[中文介绍](README_CN.md)
31

4-
<!--[![Travis](https://img.shields.io/travis/eggwift/ESPullToRefresh.svg)](https://travis-ci.org/eggswift/pull-to-refresh)-->
2+
<center>![logo](logo.png)</center>
3+
4+
<center>
55
[![CocoaPods](https://img.shields.io/cocoapods/v/ESPullToRefresh.svg)](http://cocoapods.org/pods/pull-to-refresh)
66
[![Carthage Compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
77
[![Swift v2.3 v3](https://img.shields.io/badge/Swift-v2.3 v3-orange.svg?style=flat)](https://developer.apple.com/swift/)
88
[![Twitter](https://img.shields.io/badge/Twitter-@lihao_iOS-blue.svg?style=flat)](https://twitter.com/lihao_iOS)
99
[![Twitter](https://img.shields.io/badge/Weibo-@李昊_____-orange.svg?style=flat)](http://weibo.com/5120522686/profile?rightmod=1&wvr=6&mod=personinfo&is_all=1)
10+
</center>
1011

12+
###[中文介绍](README_CN.md)
1113

1214
**ESPullToRefresh** is an easy-to-use component that give **pull-to-refresh** and **infinite-scrolling** implemention for developers. By extension to UIScrollView, you can easily add pull-to-refresh and infinite-scrolling for any subclass of UIScrollView. If you want to customize its UI style, you just need conform the specified protocol.
1315

README_CN.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
1-
# ESPullToRefresh
2-
###[For English](README.md)
31

4-
<!--[![Travis](https://img.shields.io/travis/eggwift/ESPullToRefresh.svg)](https://travis-ci.org/eggswift/pull-to-refresh)-->
2+
<center>![logo](logo.png)</center>
3+
4+
<center>
55
[![CocoaPods](https://img.shields.io/cocoapods/v/ESPullToRefresh.svg)](http://cocoapods.org/pods/pull-to-refresh)
66
[![Carthage Compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
77
[![Swift v2.3 v3](https://img.shields.io/badge/Swift-v2.3 v3-orange.svg?style=flat)](https://developer.apple.com/swift/)
88
[![Twitter](https://img.shields.io/badge/Twitter-@lihao_iOS-blue.svg?style=flat)](https://twitter.com/lihao_iOS)
99
[![Twitter](https://img.shields.io/badge/Weibo-@李昊_____-orange.svg?style=flat)](http://weibo.com/5120522686/profile?rightmod=1&wvr=6&mod=personinfo&is_all=1)
10+
</center>
1011

12+
###[For English](README.md)
1113

1214
**ESPullToRefresh**是一个非常易于开发者使用的下拉刷新和加载更多组件。通过一个UIScrollView的扩展,可以轻松为UIScrollView的所有子类添加下拉刷新功能。 如果你想定制组件的UI样式,只要实现指定的协议方法即可。
1315

example_default.gif

252 KB
Loading

example_meituan.gif

296 KB
Loading

example_wechat.gif

374 KB
Loading

logo.png

94.3 KB
Loading

0 commit comments

Comments
 (0)