如何修改UITableView右边的带有索引的视图的背景色_百度知道
修改该uitableview的索引的背景1 for (UIView *subview in [tableView subviews])2 {3 if ([subview isKindOfClass:NSClassFromString(@"UITableViewIndex")])4 ...
修改tableview的索引页的背景,字体颜色,字体点中的颜色
mainTableView.sectionIndexBackgroundColor = [UIColor greenColor];//修改右边索引的背景色// mainTableView.sectionIndexColor = [UIColor orangeColor];//修改...
设置tableview索引颜色 - 简书
// 设置索引颜色 self.tableView.sectionIndexBackgroundColor = [UIColor clearColor]; self.tableView.sectionIndexColor = WTColorFromRGB(0xea5413); ...