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.
我需要知道如何更改 Grouped UITableView 中单元格之间的颜色
注意:UITableView 有一个其他颜色的背景颜色
那么,如何实现以下内容:
我确实相信正确的方法是为 tableview 设置背景颜色。您可以在 viewDidLoad 方法中执行此操作,以便在视图加载时已设置颜色
编辑:
我建议创建一个 UITableViewCell 的自定义子类,其中背景颜色/图像已经包含在单元格中。然后,您还必须将页眉和页脚设置为具有相同的背景颜色/图像。我相信这将是完成您想要的最简单的方法