All right so we started with a single view app, we added the map kit framework,
we put the UI elements in place, we assumed portrait view as our any-any.
And then we built our appropriate constraints in our generic,
in our general overall view.
We bound our views to our codes so we could have access to map view and the web
views so that we could center our map and so that we could load our web page.
And we added code to do that.
And then in part two we rebuilt the UI with the landscape view and
in order to do that, I had to Change our size class to be compact height.
I selected the constraints and I hit the + button over on the side for
a special case during this current constraint that gave me a constraint for
any width and a compact height and on the top view,
I correctly de-selected them and then I had to go back in the bottom view and
do the same thing Before I added the landscape view constraints, and
then I tested it out to make sure it was working okay.
All right, so that's what we'd like to see you do, good luck with that, it is
kind of fun to see the layout engine work once you understand what you're doing.
You can feel like you're banging your head against the wall a little bit
if the constraints get too messy and too nuts.