gpt4 book ai didi

ios - 在 Swift 中更改 UISearchBar/键盘搜索按钮标题

转载 作者:可可西里 更新时间:2023-10-31 23:57:07 26 4
gpt4 key购买 nike

我正在尝试做相当于 this 的事情但是在 Swift 中我遇到了问题:

  1. 在 swift 中没有等效的 try/catch block
  2. if 语句似乎永远不会被评估为真

这是我到目前为止整理的内容:

for searchBarSubview in self.searchBar!.subviews {
if (searchBarSubview.conformsToProtocol(UITextInputTraits)) {
var searchBarTextField = searchBarSubview as UITextField
searchBarTextField.returnKeyType = UIReturnKeyType.Done
}
}

有人知道我哪里出错了吗?

最佳答案

快速更改 UISearchBar 的返回类型

searchBar.returnKeyType = UIReturnKeyType.Done

其他枚举

    case Default
case Go
case Google
case Join
case Next
case Route
case Search
case Send
case Yahoo
case Done
case EmergencyCall
@available(iOS 9.0, *)
case Continue

关于ios - 在 Swift 中更改 UISearchBar/键盘搜索按钮标题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30415284/

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