cannyboy
cannyboy

Reputation: 24406

Possible to move UITableView's index?

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:

alt text

Upvotes: 3

Views: 1055

Answers (1)

CKT
CKT

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

Related Questions