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.