I've just hit the following bug, it's still persent in iOS 9.1: https://openradar.appspot.com/16404307
Did anyone find a solution for this?
Here's a copy of its description:
In a UITableView when the data source provides title for the section-iondex on the right of the table, the section-index titles view overlaps the scope buttons in the UISearchBar at the top.
- Add a UITableView to the controller;
- Provide section index titles to the table view datasource (e.g. with [[UILocalizedIndexedCollation currentCollation] sectionTitles];)
- Add a UISearchBar with scope buttons enabled in the tableview header view ([_tableView setTableHeaderView:_searchBar];)
The section index title view should not overlap the scope button of the search bar. The search bar scope buttons should resize (or the developer should actually be able to resize the UISearchBar frame, which is not able to do)
The section index titles view overlaps the scope buttons of the UISearchBar