TCRefresh
Podfile
platform :ios, '7.0'
pod "TCRefresh"
usage
#import <TCRefresh.h>
...
...
...
[self.tableView setupRefreshWithBottomAt:200 refreshBlock:^{
}];
...
...
...
[self.tableView startRefresh];
...
...
...
[self.tableView endRefresh];
TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Oct 2024 |
Maintained by tauCross.
Depends on: | |
ReactiveObjC | >= 0 |
TCCocoaExpand | >= 0 |
platform :ios, '7.0'
pod "TCRefresh"
#import <TCRefresh.h>
...
...
...
[self.tableView setupRefreshWithBottomAt:200 refreshBlock:^{
}];
...
...
...
[self.tableView startRefresh];
...
...
...
[self.tableView endRefresh];