I’m updating a few of my games to use the fullscreen of the iPhone X (including notch area). Right now it looks like
I work on PhoneGap in my day job, and all we had to do was provide a launch image called Default@2x~universal~anyany.png with the size of 2732x2732 and it started using the fullscreen (much like the old Default-568h.png for the iPhone 5).
Here’s what I want it to look like.
Actually, I’ll need to tweak a few buttons, but that’s the gist. I’m using
scale = “zoomStretch”
in my config.lua (cuz I’m lazy and it works fine for this games layout).
Is there a good example/template I can follow for Corona? I’ve switched to the Images.xcassets method of providing launch and icon images (using ShapeTumbler as an example – cuz it had tvOS as well).
Thanks,
Doug