【发布时间】:2012-08-09 14:51:51
【问题描述】:
音乐应用在锁定屏幕上显示歌词(文本页面)。
我尝试将 MPMediaItemPropertyLyrics 设置为显示大量文本,但没有。 有什么想法吗?
MPNowPlayingInfoCenter* mpic = [MPNowPlayingInfoCenter defaultCenter];
mpic.nowPlayingInfo = @{MPMediaItemPropertyAlbumTitle:sight.guide.name,
MPMediaItemPropertyTitle:sight.name, MPMediaItemPropertyLyrics:sight.note};
【问题讨论】:
标签: objective-c ios5 mpnowplayinginfocenter