I want to play local video in AVPlayerViewController but did not find click event of Done button.
My video is able to play in AVPlayerViewController but I did not fi
You can look into this Stackoverflow post and here is a github's project for reference. You will have to use this :
self.showsPlaybackControls = true
Please also have a look into Apple's documentation