UISearchController change 'Cancel' button title

W.M picture W.M · Feb 21, 2015 · Viewed 9.4k times · Source

How we can change the title of cancel button in search controller?

enter image description here

Answer

Burhanuddin Sunelwala picture Burhanuddin Sunelwala · Mar 25, 2015

The solution provided above could change with new iOS releases. Here is a better approach:

[searchBar setValue:@"customString" forKey:@"_cancelButtonText"];