Skip to content

Splash screen

Håvard Moås edited this page May 23, 2023 · 3 revisions

Apps that use the library will automatically get a DIPS splash screen when the application launches.

For iOS it will display this splash screen.

From Android 12 and beyond it will animate using this splash screen.

Getting started

Remove <MauiSplashScreen ...> from your .csproj.

Turn it off

If you do not want to use the integrated splash screen, turn it off by setting the following property in your .csproj:

<PropertyGroup>
    <DIPSIncludeSplashScreen>False</DIPSIncludeSplashScreen >
</PropertyGroup>
Clone this wiki locally