Make UISearchBar background clear

后端 未结 17 1128
野的像风
野的像风 2021-01-07 17:17

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

17条回答
  •  时光说笑
    2021-01-07 17:33

    searchBarStyle = .default
    searchTextField.backgroundColor = .yourColor
    

    With this combination, you can remove the gray background of searchTextField and set yours!

提交回复
热议问题