IOS学习笔记:UITableView表索引的颜色设置

683 查看

更改索引的背景颜色:

self.tableView.sectionIndexBackgroundColor = [UIColor clearColor]; 

更改索引的文字颜色:

self.tableView.sectionIndexColor = [UIColor blueColor];