如何删除默认的 UISearchBar 长度?
我找这个有一段时间了&我找不到任何关于它的东西! 我怎样才能删除/隐藏搜索栏左侧的这个长度谢谢!
I was looking for this for a while & I can't find anything about it!
How can I remove/hide this len, in the left on the searchBar Thank you!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
除了 UISearchBar 之外,不支持此功能,但是您可以捕获 UISearchBar 的屏幕并使用某些图像编辑工具删除放大镜,然后将此图像与 UIButton 一起使用并模仿 UISearchBar 的功能。
this is not supported but the UISearchBar, however you can screen capture the UISearchBar and remove the magnifying glass with some image editing tool and then use this image with a UIButton and mimic the functionality of the UISearchBar.