Not sure why, but I think in the new xCode 13, when you use a UISearchBar now, the search bar background isn’t white anymore but is a light grey by default. So when we change the appearance of the UISearchBar it doesn’t look appealing. Any idea how to fix this??
You’re welcome! I found the solution at stackoverflow.com. It seems that it is changing the appearance of UITextFields, which are contained in a UISearchBar.
If someone can explain better, please do!