Hello all,
An odd issue crept up recently. There is a set of apps I have been developing that have looked fine on iPhone 5, and used zoomStretch. UNTIL NOW…
Now I’m getting black bars on the left/right sides of the screen. This shouldn’t be happening if I use zoomStretch, right? Is there something more I should be doing now? I feel like this is something possibly Apple changed recently that is affecting my Corona projects now, as before recently I had absolutely no problem with getting background images to take up the entire screen. I’m also setting the display for landscape left and right.
My build.settings for iPhone 5:
UILaunchImages = { { --iPhone 5 ["UILaunchImageMinimumOSVersion"] = "7.0", ["UILaunchImageName"] = "Default-568h", ["UILaunchImageOrientation"] = "LandscapeLeft", ["UILaunchImageSize"] = "{640, 1136}" }, { --iPhone 5 ["UILaunchImageMinimumOSVersion"] = "7.0", ["UILaunchImageName"] = "Default-568h", ["UILaunchImageOrientation"] = "LandscapeRight", ["UILaunchImageSize"] = "{640, 1136}" }, }