TCRefresh
Podfile
platform :ios, '7.0'
pod "TCRefresh"usage
#import <TCRefresh.h>
...
...
...
[self.tableView setupRefreshWithBottomAt:200 refreshBlock:^{
}];
...
...
...
[self.tableView startRefresh];
...
...
...
[self.tableView endRefresh];
CocoaPods trunk is moving to be read-only. Read more on the blog, there are 14 months to go.
| 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];