I'm trying to create an image viewer that behaves exactly like the Apples Photo App. But for now I'm only interested in a single image behavior.
I've placed an UIImageView inside UIScrollView and managed to handle pretty much everything beside one thing, and that is if I zoom-in in a portion of image(for example a portrait image) and then rotate the device in landscape the portion appears to be rotated over the upper left corner instead of center.
Let me try to illustrate that. This is what I have now:

This is what I would want to happen:

Basically I believe I know how I could do it but it seems to involve a bit more coding than it probably deserves. Maybe I'm missing some simple property that I could just set to get this desired behavior.
Any hint, anyone?
UIImageViewis anchored to the top AND the bottom. Hope that Helps! – msgambel Jan 14 at 19:35