Done button click event in AVPlayerViewController

前端 未结 9 855
广开言路
广开言路 2020-12-03 17:40

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

9条回答
  •  既然无缘
    2020-12-03 17:56

    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

提交回复
热议问题