搜索显示控制器搜索栏

时间:2013-06-12 01:56:15

标签: iphone ios objective-c

这让我发疯,我无法弄清楚我的搜索栏背后是什么黑线。

我的视图层次结构是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,它无论如何都不透明。任何想法可能是什么?

enter image description here