|
|
11 yıl önce | |
|---|---|---|
| MJRefreshExample | 11 yıl önce | |
| MJRefreshScreenshots | 11 yıl önce | |
| .gitignore | 11 yıl önce | |
| LICENSE | 11 yıl önce | |
| MJRefresh.podspec | 11 yıl önce | |
| README.md | 11 yıl önce |
The easiest way to use pull-to-refresh
[self.tableView addHeaderWithTarget:self action:@selector(headerRereshing)];
或者
[self.tableView addHeaderWithCallback:^{ }];
[self.tableView addFooterWithTarget:self action:@selector(footerRereshing)];
或者
[self.tableView addFooterWithCallback:^{ }];
[self.tableView headerBeginRefreshing];
[self.tableView footerBeginRefreshing];
[self.tableView headerEndRefreshing];
[self.tableView footerEndRefreshing];