答案 0 :(得分:7)
使用UITableView
方法sectionIndexColor
和sectionIndexBackgroundColor
示例强>
tableView.sectionIndexColor = UIColor.red
tableView.sectionIndexBackgroundColor = UIColor.clear
答案 1 :(得分:1)
您只需访问 UITableView
的 sectionIndexColor 方法yourTableviewName.sectionIndexColor = UIColor.yourDesiredColor
yourTableviewName.sectionIndexColor = UIColor.red // as Example i have used red color