Skip to content

EditToolbar: Show toolbar on top of the navigation tab bar

Soomin Lee requested to merge bubu/vlc-ios:edit/toolbar/refacto/tabbar/01 into master

This move the EditToolbar inside the TabBarCoordinator in order to show it on top of the tab bar.

Additionally, this will avoid creating the toolbar n times, n being the number of MediaCategoryViewControllers we have.

Merge request reports