Ios 自定义uiSearchBar似乎没有调用updateSearchResults

Ios 自定义uiSearchBar似乎没有调用updateSearchResults,ios,search,uisearchbar,uisearchcontroller,Ios,Search,Uisearchbar,Uisearchcontroller,在iOS 11中,苹果似乎已将UISearchBar的默认高度更改为56px,以使我的应用程序在iOS 11和

在iOS 11中,苹果似乎已将UISearchBar的默认高度更改为56px,以使我的应用程序在iOS 11和
var searchController: CustomSearchController!
func viewDidLoad(){
...
searchController = CustomSearchController(searchResultsController: nil,
                                                   customSearchBar: UISearchBar(frame: CGRect(x: 0.0, y: 0.0, width: self.view.frame.size.width, height: 44.0)))
showsSearchController.searchResultsUpdater = self
showsSearchController.customSearchBar.delegate = self

你在这里找到解决方案了吗?你在这里找到解决方案了吗?