摘要: 先搁两张效果图:其实核心的东西很简单就是设置[MPNowPlayingInfoCenter defaultCenter]的nowPlayingInfo。这是一个字典。把标题,作者及专辑图片信息一设置,自动就出来了。if (NSClassFromString(@"MPNowPlayingInfoCenter")) {NSMutableDictionary * dict = [[NSMutableDictionary alloc] init];[dict setObject:title forKey:MPMediaItemPropertyAlbumTitle];[dict se 阅读全文
posted @ 2012-09-09 11:26 ValeTu 阅读(1154) 评论(0) 推荐(0)