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
Since iOS 13:
if #available(iOS 13.0, *) { searchController.searchBar.searchTextField.backgroundColor = .red searchController.searchBar.searchTextField.tintColor = .yellow }