Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 74ff777

Browse files
committed
[[ Bug 22605 ]] Document iOS dark mode splash screen options
This patch documents the dark mode splash screen options which allow users to present an appropriate splash screen depending on the system appearance.
1 parent 9690534 commit 74ff777

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

Documentation/guides/Deploying Your Application.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -338,11 +338,15 @@ Figure 10 – Standalone Settings – iOS Icons
338338
Figure 11 – Standalone Settings – iOS Splash
339339

340340
|  |  |
341-
|---------------------------------|-------------------------------------------------------------------------------------------------------------|
342-
| **Launch Image** | Choose a png image. This will be centered on screen. A 2732x2732 image will cover all current devices. |
343-
| **2x Launch Image** | Choose a png image. This will be centered on screen. A 5464x5464 image will cover all current devices. |
344-
| **3x Launch Image** | Choose a png image. This will be centered on screen. A 8196x8196 image will cover all current devices. |
345-
| **Background Color** | Choose a background color for transparent areas and/or areas of the screen the launch image does not cover. |
341+
|-------------------------------------------------|-------------------------------------------------------------------------------------------------------------|
342+
| **Launch Image** | Choose a png image. This will be centered on screen. |
343+
| **2x Launch Image** | Choose a png image. This will be centered on screen. |
344+
| **3x Launch Image** | Choose a png image. This will be centered on screen. |
345+
| **Dark Mode Launch Image** | Choose a png image for use in dark mode. This will be centered on screen. |
346+
| **Dark Mode 2x Launch Image** | Choose a png image for use in dark mode. This will be centered on screen. |
347+
| **Dark Mode 3x Launch Image** | Choose a png image for use in dark mode. This will be centered on screen. |
348+
| **Background Color** | Choose a background color for transparent areas and/or areas of the screen the launch image does not cover. |
349+
| **Use system background color** | Use the system background color instead of a chosen color. This will use a dark color in dark mode and light color in light mode. |
346350

347351
Related lessons:
348352

13.9 KB
Loading

0 commit comments

Comments
 (0)