In AVPlayerViewController
there is a feature for stopping the playback of a video and closing the AVPlayerViewController
by swiping its view.
I want to disable this feature. I guess I need to disable a gesture recognizer!?
But I don’t know how to do this for the player.