andrii
andrii

Reputation: 727

iPhone Table View with alphabet

How I can add a Alphabet section to the Table View?

Many thanks.

enter image description here

Upvotes: 14

Views: 16966

Answers (1)

Meenakshi
Meenakshi

Reputation: 1162

You need to implement 2 methods of UITableView for this i.e. sectionIndexTitlesForTableView return alphabet array in this & sectionForSectionIndexTitle. Check this tutorial for more info:

http://www.iphonedevcentral.com/indexed-uitableview-tutorial/

Upvotes: 5

Related Questions