How to write apps that work on all the iPad form factors

I just finished the tutorial on the “Bulls Eye” app.
It uses a view to embed all the buttons and labels so that they’ll be properly displayed
on all the different iPhones by adding constraints to the view only.

I would like to apply these same procedures, for an app, built for use on any iPad.
I’ve tried it but was unsuccessful. My layout would work for one iPad but not all the
others.

So, my question is what’s the solution for the layout, of an app running on all the iPads
without having to apply constraints to all the individual objects and instead applying
the constraints to a view only with the objects embedded just like the “Bulls Eye” app.

I hate to think that I would have to do a separate layout for each iPad.

Thanks for any and all help.

Gary

@elearner Please check out this thread when you get a chance:

I hope it helps!

I accidentally posted my question under both the Swift and iOS Apprentice headings.

Thanks,

Gary

This topic was automatically closed after 166 days. New replies are no longer allowed.