iOS 11 UISearchBar background color
问题 I understand that this question has been asked many, many times on SO. However, as Apple does best, with the release of iOS 11 , they seem to have made a seemingly unnecessary change to the UISearchBar , specifically it's view hierarchy. In further, the "text field" of a search bar is no longer accessible in the search bar's subviews, causing all of the previous solutions to "access" and change the background color of the text field, or any property of the text field for that matter. Does