UIView*tempView = [[[UIView alloc]init]autorelease];
[cellsetBackgroundView:tempView];
cell.backgroundColor= [UIColor clearColor];
//去掉分割线
tableView.separatorStyle=UITableViewCellSelectionStyleNone;
UIView*tempView = [[[UIView alloc]init]autorelease];
[cellsetBackgroundView:tempView];
cell.backgroundColor= [UIColor clearColor];
//去掉分割线
tableView.separatorStyle=UITableViewCellSelectionStyleNone;
本文标题:去掉UITableView中cell的边框和分割线
本文链接:https://www.haomeiwen.com/subject/jvbhpttx.html
网友评论