Skip to content

Latest commit

 

History

History
18 lines (8 loc) · 1.59 KB

File metadata and controls

18 lines (8 loc) · 1.59 KB

Dark Mode Splash Screen

Now that iOS 13 and Android Q support Dark Mode, we'll want our app's Splash Screen to be dark too. This sample demonstrates how to create a Splash Screen that is dark when Dark Mode is enabled, but still light when Dark Mode is disabled.

I recently implemented this splash screen for my app, Punday, on iOS and Android. Since Punday is not open-source, I put together this sample and assembled a walkthrough demonstrating how I created Punday's splash screen.

You can find the walkthrough to implement a Dark Mode Splash Screen here: https://codetraveler.io/2019/10/11/creating-a-dark-mode-splash-screen/

iOS, Dark Appearance Enabled iOS Dark Appearance Disabled Android Dark Theme Enabled Android Dark Theme Disabled
iOS Splash Screen, Dark Appearance Enabled iOS Splash Screen, Dark Appearance Disabled Android Splash Screen, Dark Theme Enabled Android Splash Screen, Dark Theme Disabled