UITabBarController 就像苹果的远程应用程序

发布于 2024-10-16 05:32:08 字数 200 浏览 0 评论 0原文

有谁知道Apple如何在iOS远程应用程序中实现UITabBarController(用于控制iTunes)?

具体来说,遥控器将如何显示黑色的选项卡栏,直到用户选择 iTunes 库(在模式视图中),之后选项卡显示“歌曲”、“艺术家”等。

他们会将要检查的逻辑放在哪里选择一个 iTunes 库,以及他们如何在选择之前关闭选项卡?

谢谢

Does anyone have an idea how Apple implemented the UITabBarController in the iOS Remote App (for controlling iTunes)?

Specifically, how the Remote will show a blacked out Tab Bar until the user selects an iTunes library (in a modal view), after which the tabs show "Songs," "Artists," etc.

Where would they have placed the logic to check that an iTunes library is selected and how do they blackout the tabs until it is?

Thanks

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

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

发布评论

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

评论(1

抱着落日 2024-10-23 05:32:08

您基本上可以将 UITabBarItem 的启用属性设置为 false。

喜欢:

[tabBarItem setEnabled: NO]; // to disable

You basically can set the UITabBarItem's enabled property to false.

Like:

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