This repository was archived by the owner on Jul 1, 2020. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
138139PullToRefreshKit 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 ) ,让我少走了很多弯路
You can’t perform that action at this time.
0 commit comments