I used iphones address book data in my app ,i sorted that data and arranged in UITableViewController,but now i want to make same look as of address book means sorted in GroupedStyle having initial character as heading of section .and suggestion plz
Share
You have to implement the tableView methods that are
for section headers and for this this you also have to implement
By doing this your table data can be viewed in grouped style.