AVPlayerViewController with custom overlay
问题 Migrating to AVkit from MPMoviePlayer has brought me to a blocking issue. I need to display a custom tableView over the AVPlayerViewController. I can this tableview trough [self.avVideoPlayer.contentOverlayView addsubiew:self.mycustomTableView] and it is visible but it doesn't receive any tap/swipe events. Any ideas why this happens or how can I add the table view in a place where it would receive the touch events even in the fullscreen mode? 回答1: [self.view addSubview:btn]; This will add the