Parcourir la source

1.修改Refresh Footer Title。

Pen Li il y a 8 ans
Parent
commit
f3c50af041
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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"