UISearchbar textfield clear button hide iOS swift

 Solution:

If typing in the textfield in search bar by default it will show clear button at the end.But if you want to disable the clear button then use the code below.


        searchBar.searchTextField.clearButtonMode = .never

Comments

Popular posts from this blog

Invalid bundle error while upload the app to the app Store

store cgpoint in userdefaults iOS swift