Reputation: 24406
I'm using the sectionIndexTitlesForTableView
method for my custom UITableView, to display A-Z on the side of my table. However, the standard view of this doesn't match the style of the table. Is there a way to change this, or at least move the index a little?
Here's how it overlaps:
Upvotes: 3
Views: 1055
Reputation: 1217
I too tried the same thing..but not succedded. but as a workaround we can introduce spaces before the text which we want to display as a section header, so that we can start index with some gap.
Upvotes: 1