UITabBarController 就像苹果的远程应用程序
有谁知道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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您基本上可以将 UITabBarItem 的启用属性设置为 false。
喜欢:
You basically can set the UITabBarItem's enabled property to false.
Like: