Explorar el Código

1.修改Refresh Footer Title。

Pen Li hace 8 años
padre
commit
f3c50af041
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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"