iphone - Unable to click on any part of the UIScrollView to scroll through the images. There is only a specific porition I can click on -
I have loaded some UIImages in the UIScrollView.
However, when I try to scroll through these UIImages, I can only click on a specific area in the screen.
What property should I look for to increase the "clickable area"? In this way, I can click on any part of the scroll view to scroll through the images
Is there anything to do with the content of the scroll view? Make sure that the User Interface enabled adds your ideas to your scroll view.
UPDATE: Set -Clips Two-Bounce Yes and see that the scrollview frame is too small and the content is beyond the scope of the scene.
Comments
Post a Comment