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

Commit 77acc47

Browse files
更新README
1 parent a49f641 commit 77acc47

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# PullToRefreshKit
22

3-
[![Version](https://img.shields.io/cocoapods/v/PullToRefreshKit.svg?style=flat)](http://cocoapods.org/pods/PullToRefreshKit)[![Platform](http://img.shields.io/badge/platform-ios-blue.svg?style=flat
3+
[![Version](https://img.shields.io/cocoapods/v/PullToRefreshKit.svg?style=flat)](http://cocoapods.org/pods/PullToRefreshKit) [![Platform](http://img.shields.io/badge/platform-ios-blue.svg?style=flat
44
)](https://developer.apple.com/iphone/index.action)
55
[![Language](http://img.shields.io/badge/language-swift-brightgreen.svg?style=flat
66
)](https://developer.apple.com/swift)
@@ -100,7 +100,8 @@ self.tableView.setUpHeaderRefresh { [weak self] in
100100
}
101101
```
102102

103-
###自定义下刷新界面
103+
###自定义刷新界面
104+
104105
对于自定义界面,你唯一要做的就是写一个UIView的子类,然后实现以下协议中的一个
105106

106107
- RefreshableHeader 自定义下拉刷新要实现的协议
@@ -136,3 +137,6 @@ Leo, leomobiledeveloper@gmail.com
136137
## License
137138

138139
PullToRefreshKit is available under the MIT license. See the LICENSE file for more info.
140+
141+
## Thanks
142+
感谢[SVPullToRefresh](https://github.com/samvermette/SVPullToRefresh)[MJRefresh](https://github.com/CoderMJLee/MJRefresh),让我少走了很多弯路

0 commit comments

Comments
 (0)