gpt4 book ai didi

swift - 哪种类型是 x(取消),如在搜索栏中键入内容时显示的图标

转载 作者:行者123 更新时间:2023-11-28 13:13:56 24 4
gpt4 key购买 nike

我正在使用 swift 6.3 中的搜索栏,我所附的图片中描述了我的问题。

The image shows what i want?

我试过这样的:

代码:

             for subview in searchBar.subviews{
for another in subview.subviews {

if another.isKindOfClass(UITextField){
for each in another.subviews {
if each.isKindOfClass(UIButton){
println("it is button")

}
}
}

}
}

代码说明:

在检查了文本字段中的所有 subview 之后,从搜索栏中找到文本字段。同时还检查了搜索栏中的所有 subview 。但没有工作。

请给出原因,任何人不仅要对这个帖子投反对票,还要对任何帖子投反对票。这样才能改进问题。

最佳答案

使用下面的方法设置搜索栏图标的图像..

setImage(_:forSearchBarIcon:state:)

引用 Link

关于swift - 哪种类型是 x(取消),如在搜索栏中键入内容时显示的图标,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30046236/

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