What exactly is the point of tableView:sectionForSectionIndexTitle:atIndex: ?
Posted
by mystify
on Stack Overflow
See other posts from Stack Overflow
or by mystify
Published on 2010-04-12T19:00:55Z
Indexed on
2010/04/12
19:02 UTC
Read the original article
Hit count: 710
iphone
|uitableview
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?
© Stack Overflow or respective owner