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.
我无法摆脱最后一个单元格阴影/边框。看看图片,你就会明白我在说什么
有谁知道如何摆脱它?我对单元格和表格视图有清晰的背景,但下面的边框仍然出现。
谢谢你。
这应该删除每个部分的白色底部边框UITableView:
UITableView
[self.tableView setSeparatorStyle:UITableViewCellSeparatorStyleSingleLine];