| | |
| | | weakSelf.msgListV.msgList=weakSelf.msgList; |
| | | if (weakSelf.msgListModel.list.count == weakSelf.pageSize) { |
| | | weakSelf.currentPageNo+=1; |
| | | } else { |
| | | [weakSelf.footer endRefreshingWithNoMoreData]; |
| | | } |
| | | [weakSelf.footer endRefreshingWithNoMoreData]; |
| | | }else{ |
| | | [weakSelf.view makeToast:responseData.message |
| | | duration:1.5 |
| | |
| | | self.photos = [NSMutableArray array]; |
| | | [self.photos addObject:[MWPhoto photoWithURL:[NSURL URLWithString:picUrl]]]; |
| | | MWPhotoBrowser *browser = [[MWPhotoBrowser alloc] initWithDelegate:self]; |
| | | browser.displayActionButton = NO; |
| | | browser.zoomPhotosToFill = NO; |
| | | [browser showDownloadBtn]; |
| | | |