I have a UISearchController with a UITableViewController as a searchResultsController, the UISearchBar of this sear
UISearchController
UITableViewController
searchResultsController
UISearchBar
sear
In Swift, try:
override func viewDidLoad() { edgesForExtendedLayout = [] searchController.hidesNavigationBarDuringPresentation = false // ... }