Skip to content

VideoPlayerViewController: Add volume gesture information

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.

Merge request reports