MPNowPlayingInfoCenter *playInfo =[MPNowPlayingInfoCenter defaultCenter];
UIImage *albumArtImage = [UIImage imageNamed:@"Default.png"];
MPMediaItemArtwork *albumArt = [[MPMediaItemArtwork alloc] initWithImage:albumArtImage];
NSArray *objs = [NSArray arrayWithObjects:@"我在乎" ,@"戴佩妮", albumArt, nil];
NSArray *keys = [NSArra arrayWithObjects:
MPMediaItemPropertyTitle, MPMediaItemPropertyArtist,
MPMediaItemPropertyArtwork, nil];
playInfo.nowPlayingInfo = [NSDictionary dictionaryWithObjects: objs forKeys:keys];
沒有留言:
張貼留言