个人中心、主播卡片UI调整

This commit is contained in:
chenguilong
2022-08-05 13:04:10 +08:00
parent f10a0e7bb1
commit 7ce3a8c612
20 changed files with 133 additions and 82 deletions

View File

@@ -115,6 +115,7 @@
[super viewDidLoad];
[self initSubViews];
[self initSubViewConstraints];
self.tableView.contentInsetAdjustmentBehavior = UIScrollViewContentInsetAdjustmentNever;
}
- (void)viewWillAppear:(BOOL)animated {
@@ -345,6 +346,7 @@
if (cell == nil) {
cell = [[XPHomeBannerTableViewCell alloc] initWithStyle:UITableViewCellStyleDefault reuseIdentifier:NSStringFromClass([XPHomeBannerTableViewCell class])];
}
cell.isMineViewBanner = YES;
if (self.bannerArray.count) {
cell.bannerList = self.bannerArray;
}