1、tableview空白处有多余的分割线
historyTableView.tableFooterView= [[UIView alloc]init];
2、隐藏grouped上边多余的空格
CGRect frame = CGRectMake(0,0,0,0.0000025);
tableView.tableHeaderView= [[UIViewalloc]initWithFrame:frame];
当HeaderView的高度设置为0时,是起不到效果的
1、tableview空白处有多余的分割线
historyTableView.tableFooterView= [[UIView alloc]init];
2、隐藏grouped上边多余的空格
CGRect frame = CGRectMake(0,0,0,0.0000025);
tableView.tableHeaderView= [[UIViewalloc]initWithFrame:frame];
当HeaderView的高度设置为0时,是起不到效果的
本文标题:tableview
本文链接:https://www.haomeiwen.com/subject/kcqccxtx.html
网友评论