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
Post a Comment