如何在 iBooks 上搜索桌面 UI
我想像 iBooks 中那样显示 tableview 的搜索栏。我如何减少搜索栏的宽度以及如何在没有任何背景颜色的情况下显示它。
另外,当页面显示时,如何最初隐藏搜索框。
I want to show the search bar of tableview like that in iBooks. How can i reduce the width of searchbar and how it can be shown without any background color.
Also how can i hide the search box initially when the page is displayed.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我可以想到两个选项:
通过子类化 UITextfield 创建自己的
与 UISearchbar 混在一起,不推荐
您可以访问 a 的子视图UISearchbar 的方式如下:
隐藏搜索栏
I can think of two options:
Create your own by subclassing UITextfield
Mess around with UISearchbar, not recommended
You can access the subviews of a UISearchbar in this way:
You can hide the searchbar by