In a UIScrollView I have a UIImageView with the contentMode set to Aspect Fill. When I rotate the simulator to landscape mode the UIImageView shows the center of the image and I cannot scroll upwards to see the whole picture.
How do I fix this so that when I rotate the iPhone I instead see the top of the image (but still scaled with Aspect Fill).