- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
if (present) {
// only if not pull down
_isLoading = !self.refreshControl.isRefreshing;
self.tableView.userInteractionEnabled = NO;
}
if (!present) {
_isLoading = NO;
self.tableView.userInteractionEnabled = YES;
}
stanislaw 12.11.2014 19:49 # +1
DypHuu_niBEHb 02.11.2019 03:17 # 0