设置tableview索引颜色
2015-12-14 本文已影响347人
小木___Boy
// 设置索引颜色
self.tableView.sectionIndexBackgroundColor = [UIColor clearColor];
self.tableView.sectionIndexColor = WTColorFromRGB(0xea5413);
// 设置索引颜色
self.tableView.sectionIndexBackgroundColor = [UIColor clearColor];
self.tableView.sectionIndexColor = WTColorFromRGB(0xea5413);