Commit cd0778c1f8f0b82d2a8f84d7d83c2b0c293cb645
1 parent
339ba038
no message
Showing
1 changed file
with
2 additions
and
1 deletions
CNLiveCollectionModule/Classes/Controller/CNLiveCollectionController.m
| @@ -109,7 +109,8 @@ static const CGFloat timeValue = 1.5; | @@ -109,7 +109,8 @@ static const CGFloat timeValue = 1.5; | ||
| 109 | _isRefreshing = NO; | 109 | _isRefreshing = NO; |
| 110 | _pageNo = 1; | 110 | _pageNo = 1; |
| 111 | _pageSize = 10; | 111 | _pageSize = 10; |
| 112 | - [self loadData]; | 112 | + |
| 113 | + [self.tableView.mj_header beginRefreshing]; | ||
| 113 | [self createSubViews]; | 114 | [self createSubViews]; |
| 114 | } | 115 | } |
| 115 | 116 |