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
Write Bellow code in your viewDidLoad (for swift)
tableName.sectionIndexColor = UIColor.lightGrayColor()