I am trying to assign the right LaunchImage for the Device/Dimensions to a UIImage.
This works only for a specific device in this case for iPhone6 portrait.
UIImage(named: "LaunchImage-800-667h@2x.png")
Is there away where the right launchImage can be assigned to UIImage?
When launching the app the right launchImage is used but NOT when assigning launchImage to UIImage.
I also tried this, and it return a launchImage but not the right one for the device.
UIImage(named: "LaunchImage")