Skip to content
Snippets Groups Projects

VideoPlayerViewController: Improve aspect ratio options

Merged Diogo Simao Marques requested to merge diogo.simao-marques/vlc-ios:aspect-ratio into master
  1. Nov 13, 2023
    • Diogo Simao Marques's avatar
      VideoPlayerViewController: Improve aspect ratio options · 4d5abf9c
      Diogo Simao Marques authored
      Long pressing the aspect ratio button on the video player's controls now
      displays an action sheet listing all the ratios.
      
      The user is now able to select a specific ratio without having to toggle the
      button multiple times.
      
      New aspect ratios have also been added to the list to match the ones available on
      Android.
      4d5abf9c
    • Diogo Simao Marques's avatar
      ActionSheet: Customize the number of columns · 4ab8cd90
      Diogo Simao Marques authored
      The number of columns displayed by the action sheet can now be specified.
      
      The action sheet's height is adjusted based on the column number as well.
      4ab8cd90
Loading