我不能清除搜索欄我試圖弄清楚通過設置其背景顏色清晰,我也劃歸搜索欄一個圖像製作的UISearchBar背景清晰
我也讓搜索欄
的背景清晰for (UIView *subview in self.searchBarHome.subviews) {
if ([subview isKindOfClass:NSClassFromString(@"UISearchBarBackground")]) {
[subview removeFromSuperview];//please help me to make clear background of uisearchbar
break;
}
}
[self.searchBarHome setBackgroundColor:[UIColor clearColor]];
你繼承的搜索欄? – ldindu
請山幫我解決這個問題 – Vikram
@idindu不,我沒有我只是想刪除uisearchbar的淺灰色背景 – Vikram