一般需求看這篇文章就可以了 自定義UISearchBar外觀
但如果把UISearchBar放到導(dǎo)航欄上它掂,上面這篇文章似乎沒說到Cancel按鈕的顏色失息,只需要更改下原文中設(shè)置:
[[UIBarButtonItem appearanceWhenContainedIn: [UISearchBar class], nil] setTitle:@"取消"];```
原文demo地址 http://code.cocoachina.com/view/134361
一般需求看這篇文章就可以了 自定義UISearchBar外觀
但如果把UISearchBar放到導(dǎo)航欄上它掂,上面這篇文章似乎沒說到Cancel按鈕的顏色失息,只需要更改下原文中設(shè)置:
[[UIBarButtonItem appearanceWhenContainedIn: [UISearchBar class], nil] setTitle:@"取消"];```
原文demo地址 http://code.cocoachina.com/view/134361