TCRefresh
Podfile
platform :ios, '7.0'
pod "TCRefresh"
用法
#import <TCRefresh.h>
...
...
...
[self.tableView setupRefreshWithBottomAt:200 refreshBlock:^{
}];
...
...
...
[self.tableView startRefresh];
...
...
...
[self.tableView endRefresh];
测试已测试 | ✗ |
语言语言 | Obj-CObjective C |
许可证 | MIT |
发布最后发布 | 2021 年 8 月 |
由 tauCross 维护。
依赖于 | |
ReactiveObjC | >= 0 |
TCCocoaExpand | >= 0 |
platform :ios, '7.0'
pod "TCRefresh"
#import <TCRefresh.h>
...
...
...
[self.tableView setupRefreshWithBottomAt:200 refreshBlock:^{
}];
...
...
...
[self.tableView startRefresh];
...
...
...
[self.tableView endRefresh];