ソースを参照

1.修改Refresh Footer Title。

Pen Li 8 年 前
コミット
f3c50af041

+ 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"