I am implementing an iOS video player using the AVPlayerViewController with custom playback controls (i.e. the showsPlaybackControls property showsPlaybackControls defined as NO ). In most cases, this works fine, the only problem I see is that I would like to use the user action indicator with the player, but it seems that AVPlayerViewController shows the default activity indicator when buffering the video for some moments.
Is there a way to remove this default activity indicator view from the AVPlayerViewController ?
The image shows what I am describing, the controls below are normal and overlap on top of the player, but the activity indicator is not.

ios iphone avplayer uiactivityindicatorview avplayerviewcontroller
gutenbergn
source share