feat:fix Refreshable pulldown and so on
This commit is contained in:
@@ -79,6 +79,9 @@ - (void)setRefreshing:(BOOL)refreshing {
|
||||
return;
|
||||
}
|
||||
if (refreshing) {
|
||||
if (self.onRefreshBlock) {
|
||||
self.onRefreshBlock();
|
||||
}
|
||||
[UIView animateWithDuration:0.3f
|
||||
animations:^{
|
||||
self.contentInset = UIEdgeInsetsMake(self.headerView.height, 0, 0, 0);
|
||||
|
||||
Reference in New Issue
Block a user