UISplitView 的 rootviewcontroller 中看起来异常酷的标签栏设置

发布于 2024-12-02 06:43:40 字数 405 浏览 0 评论 0 原文

ABC(澳大利亚广播公司)iPad 版 iView 应用程序< /a>,具有漂亮的选项卡,类似于 UISplitView 的 rootViewController 中的设置。

在此处输入图像描述

名为“浏览/观看/收听”的选项卡特别有趣,它们是模拟选项卡还是真实选项卡?

它与我在 iPad 应用程序中见过的任何 UITabBar 都不同。

有谁知道这样的事情怎么可能?

The ABC (Australian Broadcasting Corporation) iView app for iPad, has great looking tab like setup within a rootViewController of a UISplitView.

enter image description here

The tabs named "Browse/Watch/Listen" are particularly interesting are they simulated or real tabs?

It's unlike any UITabBar I've seen around in iPad apps.

Does anyone know how something like that is possible?

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

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

发布评论

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

评论(3

丑丑阿 2024-12-09 06:43:40

自定义模式下的圆形矩形按钮将是透明的,任何 png 图像都将保持透明度。

最好使用 3 个或更多带有透明图像的按钮。当它们被选择并全部设置完毕时,会显示不同的颜色。您还可以使它们看起来与延续旁边按钮的图像重叠。

对于 iOS 设备,更多的是外观,而不是底层功能。

The round rect button in custom mode will be transparent and any png image will maintain in transparencies.

3 or more buttons with transparent images would be the way to go. A different color for when they are selected and your all set. You could also make them look like they are overlapping with images that continue the button next to it.

With the iOS devices it is more about appearance and less about the underlying functionality.

纸短情长 2024-12-09 06:43:40

这是一个自定义控件,他们自己从头开始制作。

对您来说幸运的是,您不需要从头开始。 :)

有很多开源组件可以做到这一点,只是 喜欢 这些 那些

This is a custom control, they made themselves from scratch.

Fortunately for you, you don't need to make it from scratch. :)

There's a lot of open source component that does just this, just like these ones.

兔姬 2024-12-09 06:43:40

这些选项卡的外观和感觉就像 3 个 UIButton。请注意触摸按钮时 UI 高亮显示的行为,并且该操作仅在 touchUpInside 上触发。

选项卡内容可能是一个 UITableView,切换选项卡时会刷新。

Those tabs look and feel like 3 UIButtons. Notice how the UI highlight acts when touching the buttons, and the action is only triggered on touchUpInside.

The tab content is probably a UITableView which gets refreshed when switching tabs.

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