Im recreating my app in iOS5 storyboard, and as i was copying and pasting all the coding, the scroll view doesn't work properly, i was wondering if its an ios5 or storyboard problem, because it works perfectly fine in my old app which is programmed in ios4, and using separate nib files.
i also had a problem sending the scrollview to the back I'm not sure how i did it before (i forgot like an idiot) but the scroll doesn't work it juz shows the bar going down but all my labels and textfields stay where they are.
heres the coding for my scroll view in viewdidload, but i think it might be what position the scroll view is at (back, or front, or my labels or text fields might not be attactched to the scroll view) plz help i forget and i don't want to waste time researching and doing trial and error stuff for something i already wasted time on learning.
i also had a problem sending the scrollview to the back I'm not sure how i did it before (i forgot like an idiot) but the scroll doesn't work it juz shows the bar going down but all my labels and textfields stay where they are.
heres the coding for my scroll view in viewdidload, but i think it might be what position the scroll view is at (back, or front, or my labels or text fields might not be attactched to the scroll view) plz help i forget and i don't want to waste time researching and doing trial and error stuff for something i already wasted time on learning.
Code:
scrollView.frame = CGRectMake (0, 0, 320, 460);
[scrollView setContentSize:CGSizeMake(320, 600)];