2014年6月30日 星期一
2011年11月19日 星期六
設定Lock畫面顯示的播放音樂資訊 - 戴佩妮[回家路上]App解密
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];
訂閱:
文章 (Atom)


