소스 검색

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;