Custom button not working in AVPlayer iOS 11 but it's perfectly working below iOS 11?
问题 I know possibly this is duplicate question but the question which is already exist didn't have an solution so , I'm asking again to possibly start bounty question . Here is my code which is working below iOS 11 : AVPlayer *player = [AVPlayer playerWithURL:videoURL]; // create a player view controller avcontroller = [[AVPlayerViewController alloc]init]; avcontroller.player = player; [player play]; NSNotificationCenter *noteCenter = [NSNotificationCenter defaultCenter]; [noteCenter