在我的 UITableView 中:我的单元格是黄色的,但重新排序图标是白色的 :(
有什么快速解决方法吗?最好不必继承 UITableView 或黑客太多。
顺便说一句,这种绝望的尝试没有效果:
cell.backgroundColor =
cell.backgroundView.backgroundColor =
cell.contentView.backgroundColor = [UIColor myNiceYellowColor];
谢谢!
在我的 UITableView 中:我的单元格是黄色的,但重新排序图标是白色的 :(
有什么快速解决方法吗?最好不必继承 UITableView 或黑客太多。
顺便说一句,这种绝望的尝试没有效果:
cell.backgroundColor =
cell.backgroundView.backgroundColor =
cell.contentView.backgroundColor = [UIColor myNiceYellowColor];
谢谢!