适用于 iOS 的滑动带状 UI 控制元素以及如何模仿它?

发布于 2024-10-29 01:45:51 字数 175 浏览 1 评论 0原文

美联社新闻的移动版有一个滑动带式 UI 控件,允许您在“头条新闻”、“最新”和任意数量的其他部分之间切换。它类似于滑动分段栏。

有谁知道如何模仿这一点?

这种类型的控件有名称吗?

滑动段

The mobile edition of AP News has a sliding band type UI control that allows you to switch between "Headlines", "Most Recent" any number of other sections. It's akin to a sliding segment bar.

Does anyone know how one would go about mimicking this?

And is there a name for this type of control?

sliding segment

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

想挽留 2024-11-05 01:45:51

您可以在 third20 库 中找到一个名为 TTTabStrip 的非常相似的控件:

TTTabStrip

通过调整/样式它,你应该实现你正在寻找的东西......

You can find a very similar control named TTTabStrip in three20 Library :

TTTabStrip

By tweaking / styling it you should achieve what you're looking for...

残月升风 2024-11-05 01:45:51

您也许可以在打开 pagingEnabled 的情况下使用 UIScrollView。您的控制器类将实现 UIScrollViewDelegate 协议,并在 scrollViewDidScroll: 中检查滚动视图的 contentOffset 以确定当前选择了哪个项目。

You might be able to use a UIScrollView with pagingEnabled turned on. Your controller class would implement the UIScrollViewDelegate protocol, and in scrollViewDidScroll:, check the scroll view’s contentOffset to determine which item is currently selected.

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