我知道如何删除/更改UISearchBar搜索字段周围的背景颜色:
UISearchBar
[[self.searchBar.subviews objectAtIndex:0] removeFromSuperview]; self.searchBar.backgroundColor = [UIColor grayColor];
但是不知道如何在里面这样做:
这需要与iOS 4.3+兼容.
customization objective-c background-color uisearchbar ios
background-color ×1
customization ×1
ios ×1
objective-c ×1
uisearchbar ×1