草庐IT

UISearchBarBackground

全部标签

ios - 如何清除 iOS10 Swift 中的 UISearchBar 背景颜色?

由于UISearchBar中的布局更改,旧版本的iOS不再适用此问题。我尝试了以下方法来完全删除UISearchBar的背景色,但它不起作用。(我试图查找它的层次结构View,但xCode一直为此选项崩溃。)privatefuncclearBackgroundColor(){forviewinself.subviews{view.backgroundColor=UIColor.clearforsubviewinview.subviews{subview.backgroundColor=UIColor.clear}}}有什么想法或建议吗?谢谢!! 最佳答案