BrikerMan / BMPlayer

A video player for iOS, based on AVPlayer, support the horizontal, vertical screen. support adjust volume, brightness and seek by slide, support subtitles.
https://eliyar.biz
MIT License
1.97k stars 419 forks source link

How to Disable Volume/Brightness controls #15

Closed uknowmeright closed 8 years ago

uknowmeright commented 8 years ago

Hi, I am including your video Player in a tableviewcell. It works great however, when i want to scroll down and by accident scroll on the video it changes the volume and sometimes the brightness. How can I disable this? Thanks!

BrikerMan commented 8 years ago

@uknowmeright Please run pod update to get the latest release. Then you could disable panGesture by player.panGesture.enabled = false