搜索栏分段控制问题

发布于 2024-10-13 04:02:47 字数 130 浏览 3 评论 0原文

我有一个搜索栏和一个分段控件,可以过滤掉表视图中不同类型的结果。

但我面临的是,每当我搜索结果时,段控制栏就会下降。 (这意味着我必须向下滚动才能访问分段栏)我希望它保留在搜索栏的正下方。这可能吗?

有什么想法吗?

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

烛影斜 2024-10-20 04:02:47

是的,可以,将 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.

alt text

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文