Change AVPlayerViewController background to album artwork objective-c iOS
问题 Is it possible to change the background of an AVPlayerViewController instance when playing audio ? When I lock my device, I can see the music controls with album artwork correctly shown but when the AVPlayerViewController is shown in my app, I can only see the controls with a background representing QuickTime currently playing. Here is how I call it : [[AVAudioSession sharedInstance] setCategory:AVAudioSessionCategoryPlayback error:nil]; NSURL *url=[NSURL fileURLWithPath:clickedPath];