这让我发疯,我无法弄清楚我的搜索栏背后是什么黑线。
我的视图层次结构是UINavigationController - >带有SearchDisplayController的UITableViewController,我使用以下代码自定义搜索栏的外观:
[[UISearchBar appearance] setImage:[ApplicationStyle searchBarIconImage] forSearchBarIcon:UISearchBarIconSearch state:UIControlStateNormal];
[[UISearchBar appearance] setBackgroundImage:[ApplicationStyle searchBarImage]];
[[UISearchBar appearance] setSearchFieldBackgroundImage:[ApplicationStyle searchBarFieldImage] forState:UIControlStateNormal];
我用于背景的图像是640px x 88px,它无论如何都不透明。任何想法可能是什么?
答案 0 :(得分:1)