gpt4 book ai didi

ios - 如何更改 UISearchBar 搜索文本颜色?

转载 作者:IT王子 更新时间:2023-10-29 04:58:02 25 4
gpt4 key购买 nike

如何更改 UISearchBar 的文本颜色?

最佳答案

您必须访问 UISearchBar 内的 UITextField。您可以使用 valueForKey("searchField")

来做到这一点
var textFieldInsideSearchBar = yourSearchbar.valueForKey("searchField") as? UITextField

textFieldInsideSearchBar?.textColor = yourcolor

Swift 3 更新

let textFieldInsideSearchBar = yourSearchbar.value(forKey: "searchField") as? UITextField

textFieldInsideSearchBar?.textColor = yourcolor

关于ios - 如何更改 UISearchBar 搜索文本颜色?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28499701/

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