I had been using the following code prior to iOS 11 to customize the appearance of the UISearchController search bar:
UISearchController
var searchController = UISearc
UITextField.appearance(whenContainedInInstancesOf: [UISearchBar.self]).defaultTextAttributes = [NSForegroundColorAttributeName: UIColor.white]