Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimize layout for new iPad Pros #52

Closed
wesdelp opened this issue Mar 7, 2019 · 2 comments
Closed

Optimize layout for new iPad Pros #52

wesdelp opened this issue Mar 7, 2019 · 2 comments

Comments

@wesdelp
Copy link

wesdelp commented Mar 7, 2019

Seen below, the new 2018 iPad Pros introduced new screen sizes which changed the ratios, causing some major black borders (especially on the 11”)

Here is a pretty in-depth post of how Auto Layout reacts to those changes.

Depending on how SynthOne is laid out, it sounds like it could be as simple as adding new LaunchImages, or, potentially a much more involved rewrite of the layout.

I’m willing to mess around with it, but, not having much experience in iOS, an issue sounded like a better place to start :)

7916ddd3-6a17-4dec-b288-df360f245b66

@analogcode
Copy link
Member

analogcode commented Mar 7, 2019

Thanks Wes,
It's rather non-trivial and would require a custom re-working of every single storyboard and layout. And, of course, new custom UI designs for each additional layout to make use of that extra space specifically for each iPad size. Potentially hundreds of hours of extra work over the lifespan of the app...

A decision was made to use the same layout on every iPad.

@wesdelp
Copy link
Author

wesdelp commented Mar 7, 2019

I had a feeling that might be the case. Thanks for clarifying.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants