79502833

Date: 2025-03-12 07:03:11
Score: 1
Natty:
Report link

i tried a lot, only this helped me

if let views = navigationItem.searchController?.searchBar.searchTextField.subviews {
            for view in views {
                
    if type(of: view).description() == "_UISearchBarSearchFieldBackgroundView" {
                    view.alpha = 0
        }
    }
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Daniil Karpitskiy