I'm trying to update the searchbar appearance using bellow code.
searchController.searchBar.searchBarStyle = .prominent
searchController.searchBar.backgroundColor = UIColor.clear
searchController.searchBar.barTintColor = UIColor.black
it doesn't change colors.
or you can create an outlet of your search bar and do :-
or you want to create custom then :-