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

2017-04-17  本文已影响187人  哈么么茶

一般需求看这篇文章就可以了 自定义UISearchBar外观

但如果把UISearchBar放到导航栏上,上面这篇文章似乎没说到Cancel按钮的颜色,只需要更改下原文中设置:

[[UIBarButtonItem appearanceWhenContainedIn: [UISearchBar class], nil] setTitle:@"取消"];```

原文demo地址 http://code.cocoachina.com/view/134361
上一篇 下一篇

猜你喜欢

热点阅读