What exactly is the point of tableView:sectionForSectionIndexTitle:atIndex: ?
- by mystify
The documentation is not really clear about this. Why is the UITableViewDataSource asked to provide the section index for an index-bar section title?
I mean... what use cases make this method important? When is this called and why?