首先修改MJRefreshHeader.h 中的这个 目的是当HeadView已经处于当前屏幕顶端 时不要执行动画 直接设置偏移量为64
// 恢复inset和offset
if (self.scrollView.mj_insetT > 64) {
[UIViewanimateWithDuration:MJRefreshSlowAnimationDurationanimations:^{
self.scrollView.mj_insetT -=self.mj_h;
首先修改MJRefreshHeader.h 中的这个 目的是当HeadView已经处于当前屏幕顶端 时不要执行动画 直接设置偏移量为64
// 恢复inset和offset
if (self.scrollView.mj_insetT > 64) {
[UIViewanimateWithDuration:MJRefreshSlowAnimationDurationanimations:^{
self.scrollView.mj_insetT -=self.mj_h;