2.0.0版本首页UI更改

This commit is contained in:
liyuhua
2023-09-04 10:29:16 +08:00
parent 0df43aa154
commit bea723fb82

View File

@@ -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 {