I have a UISearchBar as seen below. How can I change the text color for the cancel button?
KVC
UIButton *button = [_searchBar valueForKey:@"_cancelButton"]; button.titleLabel.font = [UIFont systemFontOfSize:13];