瀏覽代碼

1.修改iOS Apex Drivers触底重复加载。

Pen Li 7 年之前
父節點
當前提交
619d3bdcd7
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      common/customUI/Refresh/Footer/JLRefreshFooter.m

+ 4 - 0
common/customUI/Refresh/Footer/JLRefreshFooter.m

@@ -285,6 +285,10 @@ CGFloat const JLRefreshFooterHeight = 30;
         return;
     }
 
+    if (self.state == JLRefreshStateNoMore) {
+        return;
+    }
+    
     super.state = state;
     
      __weak typeof(self) weakself = self;