Has anyone successfully reloaded a tableView, while the tableView is in the background of a searchbar display controller? See photo with what happens.
I have a UITableViewController with a search display controller. When I call reloadData on UITableViewController's tableview while the search display controller's table view is displayed, the section view header from the UITableViewController gets drawn onto the search display controller's view.
Here is a snapshot that shows the section title view ontop of the search display controller view:
Update: I simplified the code to a simple search display controller and UITableView. If reload data occurs on the tableView with the searchBar active. The issue still happens.