2.0.0版本首页UI更改
This commit is contained in:
@@ -295,6 +295,7 @@ UIKIT_EXTERN NSString * const kOpenRoomNotification;
|
||||
-(void)getHomeTopBannerListSuccess:(NSArray *)list{
|
||||
self.headView.bannerList = list;
|
||||
[self.pagingView reloadData];
|
||||
[self.pagingView resizeTableHeaderViewHeightWithAnimatable:NO duration:0 curve:0];
|
||||
}
|
||||
- (void)getHomeTagListSuccess:(NSArray<HomeTagModel *> *)array {
|
||||
// [self.tagList addObject:self.recommendItem];
|
||||
@@ -311,7 +312,7 @@ UIKIT_EXTERN NSString * const kOpenRoomNotification;
|
||||
// [self.titleView reloadData];
|
||||
}
|
||||
- (void)categoryView:(JXCategoryBaseView *)categoryView didSelectedItemAtIndex:(NSInteger)index{
|
||||
NSLog(@"111");
|
||||
self.titleView.index = (int)index;
|
||||
}
|
||||
#pragma mark - Getters And Setters
|
||||
- (PIHoemCategoryTitleView *)titleView {
|
||||
|
Reference in New Issue
Block a user