I have a large image (1024x1024) inside a UIScrollview, and the scrollview is inside a UIView. I put the image into the scrollview, and set the scrollview size equal to 1024, along with the UIImageview size to 1024. The UIView size is 320x320.
It only lets me scroll a little bit around the image, basically just letting me see the top left of the image. What am I doing wrong?