I am not able to clear search bar I have tried to make it clear by setting its background color clear and I have also placed one image under searchbar
I have also ma
Simply use searchBar.searchBarStyle = .minimal works for me.
searchBar.searchBarStyle = .minimal
I had used many workarounds for a long time, until i discover this property accidentally, and works like a charm.