Quote:
Originally Posted by dany_dev
i don't understand the problem, and however post the code....
|
In IB, I add the layout of the scroll view, labels and buttons. I position the scroll view where I want it.
When I run simulator the entire scroll view window moves upwards.
the XIB that contains the UIScrollView fits in a tab bar window, maybe the tab bar in the simulator pushes it up.
Not a code issue, the code works fine.
I have my outlets and connections, synthesize and release.
below is the only other code for the UIScrollView
Code:
ScrollView.contentSize=CGSizeMake(600, 0);
Again, when I place the scroll view window in IB, i run simulator and the scroll view window appears in a different spot.