Reputation: 2960
I currently got two problems I, both about the index of a UITableView
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?
Upvotes: 0
Views: 994
Reputation: 3192
It is not possible to change color of index's rows. It is also impossible to move index to the left. But you can use TableViev's content offset property to narrow cells so index won't interfere with detail disclosure Button.
Upvotes: 1