标签: ios ios11 avplayerviewcontroller avplayeritem
我正在使用AVPlayerViewController实现视频播放器。它在流媒体视频时显示iOS 11设备上的快速时间徽标。 如何删除?我需要使用自定义图片作为占位符。 找到我的代码:
AVPlayerItem *playerItem = [[AVPlayerItem alloc] initWithURL:[NSURL URLWithString:self.currentPlayingURL]];