Skip to content

Launch Screen: replace gradient with solid color

Felix Paul Kühne requested to merge fkuehne/vlc-ios:fix-launch-screen into master

On iPhone X and later, the launch screen is unhappy about full screen images and will show black instead.

This commit replaces the gradient bitmap with a software created solid color that matches the official VLC orange and thereby fixes #1157 (closed).

Creating a gradient in software is prevented by the OS as custom(-ized) classes are not allowed in Launch Screens.

Merge request reports