UITableView hide sectionindex but retain sections
- by Dan Bennett
We'd like to implement our own section index UI for UITableView.
It's clearly possible, since the contacts app does it on iPad. Is there a way of legally hiding the current section index? (I can get to the undocumented _index UIView but that's not going to cut it with Apple I suspect)