确定用户在 MPMediaPickerController 中选择歌曲的位置
一旦用户在选择器中选择了一首歌曲,是否有办法确定用户在何处选择了该歌曲,即在歌曲或播放列表选项卡中,或者该歌曲是否被选择为单个专辑或包含特定艺术家的所有专辑的列表。
只是想知道使用 MPMediaPickerController
是否可以实现这一点,而不是从头开始创建一个新的导航器。
谢谢!
Once a user has selected a song in the picker, is there a way to determine where the user had selected the song, i.e. In the songs or playlist tab, or if the song was selected as a part of a single album or a list containing all albums of a particular artist.
Just wondering if at all this was possible with the MPMediaPickerController
instead of creating a new navigator from scratch.
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
简单的答案是否定的,创建一个新的导航器并不像您想象的那么困难。
The simple answer is no, and creating a new navigator is not as difficult as you might imagine.