搜索栏分段控制问题
我有一个搜索栏和一个分段控件,可以过滤掉表视图中不同类型的结果。
但我面临的是,每当我搜索结果时,段控制栏就会下降。 (这意味着我必须向下滚动才能访问分段栏)我希望它保留在搜索栏的正下方。这可能吗?
有什么想法吗?
I have a search bar and a segmented control that will filter out the different types of results in a table view.
But what im facing is that the segment control bar, goes down whenever i search a result. (Which means i have to scroll down in order to access the segmented bar) I want it to remain right below the search bar. Is that possible?
Any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,可以,将 searchBar 添加为视图顶部的子视图,然后将分段添加为视图的子视图,最后在表中显示结果,将表添加在主视图的子视图中,就这么简单。
Yes it is possible, add the searchBar as subview on top of view then add the segmented as subview of view and finally to show results in a table add the table in subview of main view, thats so simple.