想知道控件名称
我想知道该视频中该控件的名称:http://www.youtube.com /watch?v=FEAkVCouI_Y(在 48 秒内停止),用户可以在其中设置搜索参数(
字段和前面的轴)。 提前谢谢:)))
please i am wondering about the name of that control in this video: http://www.youtube.com/watch?v=FEAkVCouI_Y (stop it in the 48 seconds) where the user can set parameters of his search (the <peu importe>
field and that shaft in front).
Thx in advance :)))
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
UISearchBar 就是您正在寻找的。
这还有SectionIndexTitles,它是UITableViewDataSource 协议的一部分。
UISearchBar is what you're looking for.
This also has SectionIndexTitles which is part of the UITableViewDataSource protocol.