-
I would add a splash screen to my app, before loading the root window. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Bump up an old thread, I'd also like to know what is the best method to implement Splash window with Stylet. Thanks in advance! |
Beta Was this translation helpful? Give feedback.
-
How exactly you do this depends on your exact requirements. Fundamentally a splash screen is just another bit of navigation. Your ShellView/ShellViewModel starts off displaying the splash screen, then navigates to your main content. Navigation is covered in the documentation. |
Beta Was this translation helpful? Give feedback.
How exactly you do this depends on your exact requirements.
Fundamentally a splash screen is just another bit of navigation. Your ShellView/ShellViewModel starts off displaying the splash screen, then navigates to your main content. Navigation is covered in the documentation.