AVPlayer in iOS 14 support for customisation and gestures recognition

Is it possible to customise the standard AVPlayer with standard controls, but add on top other buttons that would allow the user to get additional functionality?

We want to reuse the current standard video player controls (play, skips, volume, etc) and interactions (tap do hide controls, double tap for zoom, etc, but add two extra buttons on top of the video that would open a different view to offer extra functionality. In the full screen video, we would like also to recognise swipe gestures to perform an action.

Is this possible with the new SwiftUI Player or the standard AVPlayer, or do we need to create from scratch a total customised player?


AVPlayer in iOS 14 support for customisation and gestures recognition
 
 
Q