在 iOS15和iOS14 下設(shè)置UITableView為UITableViewStyleGrouped時圈盔,頂部會偏移35,設(shè)置下tableHeaderView就好了
UIView *View = [[UIView alloc]initWithFrame:CGRectMake(0, 0, kScreenWidth, 0.01)];
? ? View.backgroundColor = [UIColor clearColor];
? ? tableView.tableHeaderView = View;