This merge request brings the addition of a prototype of side bar navigation on iPads running iPadOS 18.0 and versions above.
This also disables the bottom tab bar hack in order to properly have a side bar navigation on iPad.
Several constraints updates were made to:
PagingViewController
with:
buttonBarView
's constraints that are now aligned with the safe area
without the use of left and right anchorscontainerView
's bottom constraint that is now aligned with the view's
bottom anchor to properly show the container over the safe area since
the bottom bar is hiddenAudioMiniPlayer
with:
rootViewController
in order to properly display the player
when the bottom tab bar is hiddenMediaCategoryViewController
with:
In order to avoid having to refactor around the PagingViewController and related classes for the Audio section:
bottomBarView
VideoLAN code repository instance