在没有 MPMediaPickerController 的情况下访问用户 iTunes 库
用于呈现MPMediaPickerController
的UITableView
可以自定义吗?
Is there another way to access the users iTunes Library
than MPMediaPickerController
?
Can the UITableView
which is used to present the MPMediaPickerController
be customized?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当然,可以使用
MPMediaQuery
以编程方式查询 iPod 库。获得数据后,您可以按照您想要的方式显示它。请参阅 iPod 库访问编程指南。Sure, there's
MPMediaQuery
to query the iPod library programmatically. Once you havwe the data, you can display it any way you want. See the iPod Library Access Programming Guide.