I want to program an App with about 130 scrollviews so that the content of each scrollview will zoom (or resize) proportionally in response to orientation changes. (E.G. I want the scrollview and all of it's subviews to resize to the new bounds when the phone is turned into landscape mode.)
I've asked a lot of questions on a lot of forums, read the Apple Developer materials, and every tutorial I can find, and requested tutorials that I couldn't find, for almost a week now, and I'm no closer to getting it to work.... Nothing happens in the subviews via the autoresizingMask/ and autoresizes subviews and weird things happen with a combination of autoresizing and zooming. Zooming alone messes up the scrollview (It won't scroll through all the content when zoomed, and won't scroll at all if the view is zoomed then pinched back to normal...)
Tons of Apps appear to do what I'm trying to do, and I just don't believe that they're all loading new nib files in response to orientation changes...
PLEASE just tell me if it's possible to do what I'm trying to do. (And even better: PLEASE direct me to materials that will teach me how.)