MJPhotoBrowser :
MJPhotoToolbar,
- (void)setPhotos:(NSArray *)photos
???
MJRefresh,
下拉刷新, 数据 刷新, 不能加载 更多。
因为我 初始化不当。
- (void)loadDiscoverData{
if (self.currentPage == 1){
[self.dataArray removeAllObjects ];
}
NSString * indexPageStr = [NSString stringWithFormat: @"%ld", self.currentPage ];
self.dataArray = [[NSMutableArray alloc ] init ];
self.typeRegisters = [[NSMutableArray alloc ] init ];
NSDictionary * parametersDiscover = @{@"ClientId":@"1234567",
@"PageSize":@10,
@"Page":indexPageStr,
@"Major":@"080901",
@"GraduateDate":@"",
@"CityIds":@"上海,北京,武汉",
@"IsRefresh":@"true",
@"UserId":@21611};