Skip to content

Commit

Permalink
Merge pull request CoderMJLee#432 from WenchaoIOS/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
CoderMJLee committed Nov 30, 2015
2 parents f3fa3d8 + 3997d41 commit 94ccc5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ UIView+MJExtension.h UIView+MJExtension.m
+ (instancetype)footerWithRefreshingTarget:(id)target refreshingAction:(SEL)action;

/** 提示没有更多的数据 */
- (void)noticeNoMoreData;
- (void)endRefreshingWithNoMoreData;
/** 重置没有更多的数据(消除没有更多数据的状态) */
- (void)resetNoMoreData;

Expand Down Expand Up @@ -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)

Expand Down

0 comments on commit 94ccc5d

Please sign in to comment.