I have a dark background with a UITableView on top of it. By default the section index is semi-transparent with a dark text colour. I’d like to change the text colour for the section index to the same colour as I have made the UITableViewCell title label. I have read around a bit and it seems you have to subclass the UITableView? How do I do this?
I have a dark background with a UITableView on top of it. By default
Share
To solve this I used the following in viewDidAppear:
Since it’s not documented, it has to be through a selector.