swift3 - How to hide only Next and Previous buttons from AVPlayer -


i have 1 video/audio file play using avplayerviewcontroller. playback controls visible. tried

playerviewcontroller.showsplaybackcontrols = false 

but controls gone.

is there api method hide only next , previous buttons avplayer while playing single video in ios?


Comments

Popular posts from this blog

Sort a complex associative array in PHP -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -