iOS Colorwithpattern - using a custom iPhone5 image
For my app's loading screen and splash screen, I used up with two different methods to display my iPhone 3, iPhone 4 and iPhone 5 images appropriately. For the loading screen, simply adding -568h@2x to your image is enough to support iPhone5. For the splashscreen, I used a series of (if height == ) cases to check the height of the UIScreen's bounds and sourced the appropriate image to the image view. It was apparent to me here that the -568h isn't universally recognized as an iPhone 5 image. It is only applicable to the loading screen. Now, in my AppDelegate, I'm setting a the background image