Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
对于分组UITableViewCell,我意识到如果设置背景,顶部和底部单元格都会有圆角。但是当你点击它时,它会显示你选中状态的圆角。
UITableViewCell
通过代码设置tableview的背景颜色。例如:[tableView setBackgroundColor:[UIColor redColor]];
[tblView.layer setCornerRadius:0.0f];
然后去创建部分,它会创建你想要的,每个单元格在顶部和底部都有圆形半径。