除了另一个文本之外的 UISearchBar 占位符
如何在 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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以将灰色 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.