是否可以将曲目标题添加到“正在播放控件”中?菜单作为音乐应用程序或 iTunesU 做什么?
我正在创建一个播放器应用程序。我已经实现了“remoteControlReceivedWithEvent:”方法,并且可以通过此按钮更改播放状态(苹果指南)。但是,当从“音乐”或“iTunes U”应用程序播放某些内容时,遥控器下会出现歌曲标题。
有没有办法在我的播放器应用程序中显示我自己的文本?
提前致谢。
I'm, creating a player app. I've implemented 'remoteControlReceivedWithEvent:' method and could change playing state by this buttons (apple guide). But when something playing from 'Music' or 'iTunes U' apps, than there are a song title appear under remote controls.
Is there any way to show there my own text from my player app?
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,这是通过 MPNowPlayingInfoCenter 完成的
Yes, it's done through the MPNowPlayingInfoCenter