iOS7修改UISearchBar的Cancel按钮的颜色和文字

两行代码搞定:

[[UIBarButtonItem appearanceWhenContainedIn: [UISearchBar class], nil] setTintColor:[UIColor whiteColor]];    
[[UIBarButtonItem appearanceWhenContainedIn: [UISearchBar class], nil] setTitle:@"取消"];

查了很多,试了很多。唯一work的东东。就是这两行代码。

enjoy

欢迎加群互相学习,共同进步。QQ群:iOS: 58099570 | Android: 330987132 | Go:217696290 | Python:336880185 | 做人要厚道,转载请注明出处!http://www.cnblogs.com/sunshine-anycall/p/4185304.html
上一篇:mysql 高版本jdbc驱动程序使用PreparedStatement.setBinaryStream方法报错及解决办法


下一篇:MySQL setup_instruments中关于部分信息不能修改