I have a UIScrollView loaded with a UIImageView so that the user can zoom in and then scroll if necessary. However, if the image is larger than the screen, scrolling does nothing until the user clicks (at least one pixel). For example, the image may be 320 x 600, so they see the 320 x 480 section, but you have to scroll to see the rest. However, scrolling will not work until they increase or disappear. Is there any way to avoid this?
source share