在ios7.1中,当我将其设置为clearcolor时,UISearchbar背景为黑色。我需要将背景作为clearColor。
[searchBar setBarTintColor:[UIColor clearColor]];
[searchBar setBackgroundColor:[UIColor clearColor]];
[searchBar setTranslucent:YES];
在7.1中,我是这样的,
但我需要这样,
欢迎帮助者,
答案 0 :(得分:0)
看看这个问题及其答案:iOS 7.1 UISearchBar gray view
我有同样的问题,这对我有用:
searchBar.backgroundImage = [[UIImage alloc] init];