07
Here’s a tutorial by Mike Woelmer of Atomic Object that demonstrates how to set up a UIScrollView using auto layout that adjusts to orientation changes, and moves your content out of the way of the keyboard.The tutorial goes through the process of setting things up in interface builder, changing constraints to support the different orientations, and getting signlas from the keyboard so you know when to move the content out of the way.