Browse Source

Update README.md

Wenchao Ding 10 years ago
parent
commit
3997d4103e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -120,7 +120,7 @@ UIView+MJExtension.h        UIView+MJExtension.m
 + (instancetype)footerWithRefreshingTarget:(id)target refreshingAction:(SEL)action;
 + (instancetype)footerWithRefreshingTarget:(id)target refreshingAction:(SEL)action;
 
 
 /** 提示没有更多的数据 */
 /** 提示没有更多的数据 */
-- (void)noticeNoMoreData;
+- (void)endRefreshingWithNoMoreData;
 /** 重置没有更多的数据(消除没有更多数据的状态) */
 /** 重置没有更多的数据(消除没有更多数据的状态) */
 - (void)resetNoMoreData;
 - (void)resetNoMoreData;
 
 
@@ -255,7 +255,7 @@ footer.refreshingTitleHidden = YES;
 ## <a id="上拉刷新04-全部加载完毕"></a>上拉刷新04-全部加载完毕
 ## <a id="上拉刷新04-全部加载完毕"></a>上拉刷新04-全部加载完毕
 ```objc
 ```objc
 // 变为没有更多数据的状态
 // 变为没有更多数据的状态
-[footer noticeNoMoreData];
+[footer endRefreshingWithNoMoreData];
 ```
 ```
 ![(上拉刷新04-全部加载完毕)](http://images0.cnblogs.com/blog2015/497279/201506/141205248634686.gif)
 ![(上拉刷新04-全部加载完毕)](http://images0.cnblogs.com/blog2015/497279/201506/141205248634686.gif)