iphone - UIScrollView comes over UIImage in simulator -


i'm using storyboard , on storyboard i've put uiscrollview , uiimage, can see in image uiscrollview comes on uiimage if @ storyboard looks fine... idea how can fix or problem is?

enter image description here

uiimageview size inspector:

enter image description here

uiscrollview size inspector:

enter image description here

it's hard tell, looks image taller storyboard allows.

is imageview.clipstobounds == true ?

if not, may want set scrollview.frameafter you've set image.


Comments

Popular posts from this blog

c++ - Function signature as a function template parameter -

algorithm - What are some ways to combine a number of (potentially incompatible) sorted sub-sets of a total set into a (partial) ordering of the total set? -

How to call a javascript function after the page loads with a chrome extension? -