Jelajahi Sumber

修复自动刷新控件 AutoFooter及其子类 设置忽略距离 ignoredScrollViewContentInsetBottom 无效的问题

Gaussion Young 9 tahun lalu
induk
melakukan
6994af2a96
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      MJRefresh/Base/MJRefreshAutoFooter.m

+ 1 - 1
MJRefresh/Base/MJRefreshAutoFooter.m

@@ -60,7 +60,7 @@ - (void)scrollViewContentSizeDidChange:(NSDictionary *)change
     [super scrollViewContentSizeDidChange:change];
     
     // 设置位置
-    self.mj_y = self.scrollView.mj_contentH;
+    self.mj_y = self.scrollView.mj_contentH + self.ignoredScrollViewContentInsetBottom;
 }
 
 - (void)scrollViewContentOffsetDidChange:(NSDictionary *)change