I had been using the following code prior to iOS 11 to customize the appearance of the UISearchController search bar:
UISearchController
var searchController = UISearc
Try setting the search bar's bar style.
searchController.searchBar.barStyle = UIBarStyleBlack;