UIScrollView bad contentSize height when in Landscape (ipad) -


i've problem using uiscrollview subviews , vertical scrolling.

when in portrait mode scrolls fine, when in landscape, if set arbitrary value (let's 1400px), doesn't scroll along size, removing around 400 pixels , stops before content visible.

any ideas?

did try set

yourscrollview.autoresizingmask = uiviewautoresizingflexiblewidth | uiviewautoresizingflexibleheight; 

it should resize scrollview height.


Comments

Popular posts from this blog

Javascript line number mapping -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -