Skip to content

VideoPlayerViewController: Add volume gesture information

barkaoui malek requested to merge malekBarkaoui/vlc-ios:issues#553 into master

VideoPlayerViewController: Add volume gesture information with creating a separate class called VolumeControlView that have a UISlider rotated vertically to show the change of sound level , the choice of UISlider over progressView was made to give the possibility to the class to be extended for the brightness need.

closes #553 (closed)

Merge request reports