Quantcast
Channel: User Burhanuddin Sunelwala - Stack Overflow
Viewing all articles
Browse latest Browse all 36

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

$
0
0

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 all articles
Browse latest Browse all 36

Trending Articles



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