Adding UISegmentedControl in UISearchDisplayController
问题 I want to add the UISegmentedControl below the searchBar and above the TableView of UISearchDisplayController . Currently UISearchDisplayController only shows its tableView under its SearchBar . But i want to add a UISegmentedControl below the SearchBar so that I have SearchBar on the top, after SearchBar I have a UISegmentedControl and below that UISegmentedControl I have UITableView . Is that any way to do this using UISearchDisplayController or i have to make my own SearchDisplayController