Ver Fonte

Merge pull request #432 from WenchaoIOS/patch-1

Update README.md
M了个J há 10 anos atrás
pai
commit
94ccc5dfaa
1 ficheiros alterados com 2 adições e 2 exclusões
  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;
 
 /** 提示没有更多的数据 */
-- (void)noticeNoMoreData;
+- (void)endRefreshingWithNoMoreData;
 /** 重置没有更多的数据(消除没有更多数据的状态) */
 - (void)resetNoMoreData;
 
@@ -255,7 +255,7 @@ footer.refreshingTitleHidden = YES;
 ## <a id="上拉刷新04-全部加载完毕"></a>上拉刷新04-全部加载完毕
 ```objc
 // 变为没有更多数据的状态
-[footer noticeNoMoreData];
+[footer endRefreshingWithNoMoreData];
 ```
 ![(上拉刷新04-全部加载完毕)](http://images0.cnblogs.com/blog2015/497279/201506/141205248634686.gif)