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

Saved Image in document directory and save path in coredata not able to fetch the image file iOS swift