launchImageName
The name of the image or storyboard to use when your app launches because of the notification.
Declaration
var launchImageName: String { get set }Discussion
If you specify a value for this property, the system displays the specified image or storyboard when the system launches your app. The string in this property must match the name of an image file or storyboard in your app’s bundle. Specify nil to use the app’s default launch image. The default value of this property is nil.