UISearchBarSearchField BackgroundView color
I am trying to change the background color of the search bar text field and i have searched and tried lots of solutions but those are not working. So, please anyone can tell me the exact solution for that. How can we change the background color of the search bar text field? /// used to prepare searchController inside navigation. private func prepareNavigationSearchControllerSetup() { self.title = AppConstant.kContacts let search = UISearchController(searchResultsController: nil) search.searchResultsUpdater = self search.searchBar.cornerRadius = 10.0 search.searchBar.textField?.backgroundColor