-
Notifications
You must be signed in to change notification settings - Fork 3
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.
Remove <MauiSplashScreen ...>
from your .csproj
.
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>