gpt4 book ai didi

ios - 通过代码更改搜索占位符

转载 作者:行者123 更新时间:2023-11-30 13:02:00 25 4
gpt4 key购买 nike

我正在尝试使用 viewDidLoad 中的以下代码将表格 View 中的搜索占位符更改为“搜索设备”:

  let placeholderAttributes: [String : AnyObject] = [NSForegroundColorAttributeName: UIColor.blue, NSFontAttributeName: UIFont.systemFont(ofSize: UIFont.systemFontSize)]
let attributedPlaceholder: NSAttributedString = NSAttributedString(string: "Search for a Device", attributes: placeholderAttributes)
let textFieldPlaceHolder = searchBar.value(forKey: "searchField") as? UITextField
textFieldPlaceHolder?.attributedPlaceholder = attributedPlaceholder

我确定代码中一切正常,但为什么占位符没有改变?!

最佳答案

您的代码工作正常,请尝试将代码段删除到您的 viewDidLoad 中。

关于ios - 通过代码更改搜索占位符,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39814482/

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