소스 검색

1.修改Refresh Footer Title。

Pen Li 8 년 전
부모
커밋
f3c50af041
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      RedAnt Mobile/RedAnt Mobile/Refresh/Footer/JLRefreshFooter.m

+ 1 - 1
RedAnt Mobile/RedAnt Mobile/Refresh/Footer/JLRefreshFooter.m

@@ -49,7 +49,7 @@ CGFloat const JLRefreshFooterHeight = 30;
     if (!_stateTitle) {
         _stateTitle = [@{
                          @(JLRefreshStateIdle)          : @"pull to load more",
-                         @(JLRefreshStatePulling)       : @"will load More",
+                         @(JLRefreshStatePulling)       : @"pull to load more",
                          @(JLRefreshStateWillRefresh)   : @"loosen to load more",
                          @(JLRefreshStateRefreshing)    : @"loading...",
                          @(JLRefreshStateNoMore)        : @"no more"