We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e19e3a8 + 4ea1a84 commit f5c49b9Copy full SHA for f5c49b9
README.md
@@ -39,15 +39,6 @@ self.tableView.ins_pullToRefreshBackgroundView.delegate = pullToRefresh;
39
[self.tableView.ins_pullToRefreshBackgroundView addSubview:pullToRefresh];
40
```
41
42
-```objective-c
43
-#pragma mark - dealloc
44
-
45
-- (void)dealloc {
46
- [self.tableView ins_removeInfinityScroll];
47
- [self.tableView ins_removePullToRefresh];
48
-}
49
-```
50
51
All you need to do is handle two INSPullToRefreshBackgroundViewDelegate methods in your custom view.
52
53
```objective-c
0 commit comments