iphone - ScrollView start scroll only second time that the view appear -


i've problem view in ios7 autolayout.

this structure: enter image description here

the uitextview content dynamic fit contentsize dynamically in viewdidload.

in viewdidappear try fit contentsize of mainscroll , mother view calculated sum of uiscrollview height (the little one), pager height , uitextview height. logged height , returned correct size: 1300px view doesn't scroll.

if change tab , return here scroll start scroll, i've tried put every piece of code in viewdidload doesn't work.

can me?

thanks , sorry bad english.

try selecting , selecting "reset suggested constraints" in storyboard. :).


Comments

Popular posts from this blog

c++ - CryptStringToBinary API behavior -

java.util.scanner - How to read and add only numbers to array from a text file -

iphone - Three second countdown in cocos2d -