除了另一个文本之外的 UISearchBar 占位符

发布于 2025-01-06 07:17:40 字数 149 浏览 0 评论 0原文

如何在 UISearchBar 文本中除了用户输入的文本之外放置占位符文本。

如果上述方法不起作用,甚至可以将一些文本设置为灰色。

在此处输入图像描述

How to put a placeholder text besides the text entered by user in the UISearchBar Text.

Or even to put some text in gray if the above cannot work.

enter image description here

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

眼藏柔 2025-01-13 07:17:41

您可以将灰色 texl 作为 UILabel 并将其作为子视图放在 UISearchBar 上。
或者您可以编写自己的类,使用此函数对 UISearchBar 进行子类化。

You can make gray texl as UILabel and put it on UISearchBar as subview.
Or you can write your own class, subclassing UISearchBar with this functional.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文