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
Post a Comment