标签: objective-c cocoa-touch uitableview
有没有办法改变某些UITableViewCell分隔符的颜色/粗细,但不是全部?目前,我可以使用[self.tableView setSeparatorColor:[UIColor greycolor]];将我所有UITableView分隔符的颜色设置为红色,但我希望底部的分隔符为稍暗的灰色。这可能吗?
UITableViewCell
[self.tableView setSeparatorColor:[UIColor greycolor]];
答案 0 :(得分:0)
这是可能的,但只有在UITableViewCell
-drawRect: