|
@@ -210,7 +210,7 @@ - (void)setState:(MJRefreshState)state
|
|
|
|
|
|
|
|
// 执行动画
|
|
// 执行动画
|
|
|
[UIView animateWithDuration:MJRefreshFastAnimationDuration animations:^{
|
|
[UIView animateWithDuration:MJRefreshFastAnimationDuration animations:^{
|
|
|
- // 1.增加65的滚动区域
|
|
|
|
|
|
|
+ // 1.增加滚动区域
|
|
|
CGFloat top = self.scrollViewOriginalInset.top + self.height;
|
|
CGFloat top = self.scrollViewOriginalInset.top + self.height;
|
|
|
self.scrollView.contentInsetTop = top;
|
|
self.scrollView.contentInsetTop = top;
|
|
|
|
|
|