Quantcast
Viewing latest article 33
Browse Latest Browse All 36

Answer by Burhanuddin Sunelwala for Modifying UISearchBar Cancel button font text color and style

A much better solution here

UIButton *cancelButton = [searchBar valueForKey:@"_cancelButton"];[cancelButton setTitleColor:[UIColor yourColor] forState:UIControlStateNormal];[cancelButton setTitle:@"Your Text" forState:UIControlStateNormal];

and similarly you can change other style and text properties of the button.

For iOS 13.* (@AnujAroshA answer in comments)

UIButton *cancelButton = [searchBar valueForKey:@"cancelButton"];

Viewing latest article 33
Browse Latest Browse All 36

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>