I currently got two problems I, both about the index of a UITableView
- I want to change the color of some section-tags in the index, to show that there are new changes within this section.
- I need to position the index on the left side of the table so it doesn't interfere with the detail disclosure Button
Is there a way to realize this with the standard-index? And if not, is it possible with a custom index? How would I realize such a thing and would apple tolerate it?