我为UISearchbar及其周围区域设置了相同的颜色。然而,搜索栏的颜色似乎由其他东西支配。
否则
self.srchBar.tintColor = [UIColor clColorOfUISearchBar];
self.srchBar.backgroundColor = [UIColor clColorOfUISearchBar];
不起作用。即使我把它设置为明显像红色的东西,红色也会很好,背景。它上面有一些灰色的东西。
没有UISearchBar前景色。
那我该怎么办?
答案 0 :(得分:1)
怎么样:
[searchBar setBackgroundImage:[UIImage new]];
[searchBar setTranslucent:YES];