Page 2 of 2

Re: Suddenly resizing for a different size device

Posted: Fri Oct 30, 2020 8:47 pm
by jacque
marksmithhfx wrote: Thu Oct 29, 2020 9:28 pm So if I supply a set of splash screens as Jacque has described above (ie. just a copy of the 1st screen in the app) for various sizes then iOS will use the right size and scale the app to that. Correct?
Not exactly. You'll still need to account for the contents of each card, either with fullscreenmode or by positioning every control.
Do you have a preferred set of sizes that covers the ratio gamut?
If you're using a version of LC earlier than 9.6.1 then you'll need a bunch of sizes. Hovering the mouse over the folder icon tells you what dimensions each one needs to be. They have to be exact to the pixel. If you're using the latest version of LC, then iOS will scale any existing launch screen. If you have three then it will scale using the launch screen with the closest dimensions.

It isn't too important what sizes the launch screens are, but you should provide a representative mix of common screen sizes. I'm using:
  • 750x1334
  • 1242x2208
  • 2048x2732
One more thing. We tried to arrange our launch screen to directly match the first card, which it did on the device with the same native size as the stack, but on other devices the scaled launch screen didn't match and the transition looked bad. So we used the company logo on the launch screen, and the app was accepted into the App Store without any problem. I think Apple knows about the problem and gives it a pass.

Re: Suddenly resizing for a different size device

Posted: Fri Oct 30, 2020 8:52 pm
by jacque
kdjanz wrote: Fri Oct 30, 2020 3:32 am What 3 sizes work for you? Do you need 3 for a phone and 3 for an iPad or do you make a completely separate app for the iPad size?
No, the new method uses the same screens you supply for all devices. If you look at Standalone Settings, you'll see that there is only room for up to three at most.

Re: Suddenly resizing for a different size device

Posted: Sat Oct 31, 2020 3:42 pm
by marksmithhfx
jacque wrote: Fri Oct 30, 2020 8:47 pm Not exactly. You'll still need to account for the contents of each card, either with fullscreenmode or by positioning every control.
Do you have a preferred set of sizes that covers the ratio gamut?
If you're using a version of LC earlier than 9.6.1 then you'll need a bunch of sizes. Hovering the mouse over the folder icon tells you what dimensions each one needs to be. They have to be exact to the pixel. If you're using the latest version of LC, then iOS will scale any existing launch screen. If you have
Thanks Jacque. Wonderful advice. I'm in the midst of still defining a few cards, but more than 1/2 way in at the moment so the need for this is going to come up fast. Really appreciate it.

Mark

Re: Suddenly resizing for a different size device

Posted: Wed Jan 06, 2021 4:52 pm
by marksmithhfx
jacque wrote: Fri Oct 30, 2020 8:47 pm It isn't too important what sizes the launch screens are, but you should provide a representative mix of common screen sizes. I'm using:
  • 750x1334
  • 1242x2208
  • 2048x2732
Hi Jacque, if you don't mind me asking, what do you use to create these screens? I thought I would start with a screen shot and then resize in ppt but found it doesn't have a way to make exact pixel sizes, it just gives dimensions in mm. (or is there away to convert from mm to px?)

Thanks
Mark

Re: Suddenly resizing for a different size device

Posted: Thu Jan 07, 2021 1:31 am
by jacque
My client has an artist who makes these, he uses Photoshop. The free Graphic Converter app will also measure in pixels.

Re: Suddenly resizing for a different size device

Posted: Thu Jan 07, 2021 3:44 pm
by marksmithhfx
jacque wrote: Thu Jan 07, 2021 1:31 am My client has an artist who makes these, he uses Photoshop. The free Graphic Converter app will also measure in pixels.
Thanks Jacque,

I wish I was so lucky -- having real graphic skills is a definite asset in the LC universe.

Mark