搜索栏背景颜色未在ios7.1中正确应用

时间:2014-04-25 11:59:20

标签: uisearchbar ios7.1

在ios7.1中,当我将其设置为clearcolor时,UISearchbar背景为黑色。我需要将背景作为clearColor。

[searchBar setBarTintColor:[UIColor clearColor]];
[searchBar setBackgroundColor:[UIColor clearColor]];
[searchBar setTranslucent:YES];

在7.1中,我是这样的,enter image description here

但我需要这样,enter image description here

欢迎帮助者,

1 个答案:

答案 0 :(得分:0)

看看这个问题及其答案:iOS 7.1 UISearchBar gray view

我有同样的问题,这对我有用:

searchBar.backgroundImage = [[UIImage alloc] init];