Remove Quicktime logo from AVPlayerViewController

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. enter image description here plase find my code:

AVPlayerItem *playerItem = [[AVPlayerItem alloc] initWithURL:[NSURL URLWithString:self.currentPlayingURL]]; 
+5
source share

Source: https://habr.com/ru/post/1273789/


All Articles