hi, i need remove "play from begining" button in avplayer .it's possible??
remove "play from begining" infoView TvOs
Yes it is. Simply set the infoViewActions property of your AVPlayerVIewController to an empty array, like this: playerViewController.infoViewActions = []