Skip to content

TabBarCoordinator: optimize shadow display

Soomin Lee requested to merge bubu/vlc-ios:tabbar/shadow/opti/01 into master

This silences the optimization opportunity in xcode by specifying a standard shadow shape. This will make the layer avoid using a dynamic shadow which are expensive to render.

Merge request reports