Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发要在 CarPlay 中支持的当前 iPhone 音频应用程序。但我无法显示多个标签。
要指定您想要的选项卡,您必须编辑应用程序的 plist,添加键UIBrowsableContentSupportsSectionedBrowsing:
UIBrowsableContentSupportsSectionedBrowsing
<key>UIBrowsableContentSupportsSectionedBrowsing</key> <true/>
您通过返回的第一层索引/项目MPPlayableItemsDataSource将被解释为选项卡的源索引/项目,而不是顶层的项目。
MPPlayableItemsDataSource