How can I add a launch screen delay in information property list?

Viewed 33

I am referencing the apple documentation to create a splash screen for my SwiftUI app using the information property list, how can I add a delay to the launch screen if my payload increases.

enter image description here

How do I add the delay when there is no property and actually no code. I don't want to use ZStack and VStack because I coudln't find apple documentation supporting their use for launch screens

0 Answers
Related