Splash screen - DIPSAS/DIPS.Mobile.UI GitHub Wiki
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>