How to change color of letters of sectionIndexTitlesForTableView?

前端 未结 8 610
情深已故
情深已故 2021-01-11 13:12

I need to change the color of sectionIndexTitlesForTableView in iOS 5. I could not find any method in the APIs to do the task. Can anyone offer me some help?

The se

8条回答
  •  北海茫月
    2021-01-11 13:48

    You can also change the section index colors by changing the tintColor of the tableView.

    tableView.tintColor = .red
    

提交回复
热议问题