// 设置索引颜色
self.tableView.sectionIndexBackgroundColor = [UIColor clearColor];
self.tableView.sectionIndexColor = WTColorFromRGB(0xea5413);
// 设置索引颜色
self.tableView.sectionIndexBackgroundColor = [UIColor clearColor];
self.tableView.sectionIndexColor = WTColorFromRGB(0xea5413);
本文标题:设置tableview索引颜色
本文链接:https://www.haomeiwen.com/subject/qlhuhttx.html
网友评论