处理tabbar

处理HomeRankContentVC去除弹性效果 - 适配HWPanModal下拉效果
This commit is contained in:
2025-11-06 19:29:52 +08:00
parent 6ba1339c0b
commit a72aae84ef
3 changed files with 61 additions and 7 deletions

View File

@@ -76,6 +76,7 @@
_tableView = [[BaseTableView alloc] initWithFrame:CGRectZero style:UITableViewStylePlain];
_tableView.dataSource = self;
_tableView.delegate = self;
_tableView.bounces = false;
_tableView.separatorStyle = UITableViewCellSeparatorStyleNone; // 线
_tableView.showsVerticalScrollIndicator = NO;
_tableView.contentInset = UIEdgeInsetsMake(8, 0, KB_SafeAreaBottom(), 0);