Configure splash screen in LaunchScreen storyboard

there is a blank storyboard called @LaunchScreen.storyboard . Can you use the AssetCatalog's called "splash" and stretch it proportioanlly over the storyboard when the app is launched
Ran tool todo_write
Explored 1 search
Ran tool list_directory
Ran tool list_directory
Ran tool todo_write

Perfect! Found the Splash.imageset in the Asset Catalog. Now I'll modify the LaunchScreen.storyboard to add an image view that displays the splash image proportionally.

Edited LaunchScreen.storyboard
+11

Now I need to add the image resource reference to the resources section:

Edited LaunchScreen.storyboard
+1
Ran tool todo_write

Done! The LaunchScreen.storyboard now displays the "Splash" image from your Asset Catalog. The image will fill the entire screen proportionally using scaleAspectFill content mode, which maintains the aspect ratio while covering the full launch screen.