最佳答案
我想自定义一个分组样式的 UITableView 的背景和边框颜色。
我可以通过下面的方法自定义背景颜色:
tableView.contentView.backgroundColor = [UIColor greenColor];
但是边框的颜色我还是不知道怎么改。
How do I customize these two aspects of the grouped-style table view?