Hi,
I have launch images designed for my app for various screen sizes. But I figured it out that Apple now recommends to use an XIB or a Storyboard file as the launch image. Is it possible to place a UIImageView in the XIB and load the correct image (with correct resolution for the device) in the UIImageView?
I have launch images designed for my app for various screen sizes. But I figured it out that Apple now recommends to use an XIB or a Storyboard file as the launch image. Is it possible to place a UIImageView in the XIB and load the correct image (with correct resolution for the device) in the UIImageView?