更改索引的背景顏色:spa
self.tableView.sectionIndexBackgroundColor = [UIColor clearColor];
更改索引的文字顏色:code
self.tableView.sectionIndexColor = [UIColor blueColor];