UISearchBar 按钮的文字和颜色更改
摘要:
设置 取消 按钮的颜色 为 黑色(这个方法是google来的)[[UIBarButtonItem appearanceWhenContainedIn: [UISearchBar class], nil] setTintColor:[UIColor blackColor]];至于更改cancel按钮为... 阅读全文
posted @ 2014-07-05 13:17 超级庄子 阅读(404) 评论(0) 推荐(0) 编辑