I used a video player using AVPlayerViewController. it shows a quick time logo on iOS 11 devices while streaming video. How to remove this? I need to use a custom image as a placeholder.
plase find my code:
AVPlayerItem *playerItem = [[AVPlayerItem alloc] initWithURL:[NSURL URLWithString:self.currentPlayingURL]];
source share