gpt4 book ai didi

ios - 在 Swift 4 中使 UISearch 栏透明

转载 作者:行者123 更新时间:2023-12-03 18:12:58 25 4
gpt4 key购买 nike

我试图在 swift 4 中使搜索栏透明。

这是我的代码

    let  searchBar = UISearchBar()
searchBar.sizeToFit()
searchBar.placeholder = "search
searchBar.isTranslucent = true
searchBar.barTintColor = UIColor.clear
searchBar.backgroundColor = UIColor.clear
self.tabBarController?.navigationItem.titleView = searchBar

它看起来像这样
enter image description here

我想实现屏幕截图中的搜索栏。
请任何人都可以建议我。

enter image description here

最佳答案

试试这个代码:

searchBar.setSearchFieldBackgroundImage(UIImage(), for: .normal)

或者:
UITextField.appearance(whenContainedInInstancesOf: [UISearchBar.self]).backgroundColor = .clear

关于ios - 在 Swift 4 中使 UISearch 栏透明,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48657392/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com