when I run my App without content in the scrollview I can scroll to all 4 possible directions.
As long as I have Content added to the Scrollview (I want to display a very big Image (500×500)) it is not longer able to scroll to the left or right, just top and bottom are possible (tested with labels etc too, not working).
How can I make my Scrollview scroll to the the left and right with content in it?
my code for that:
[scrollermap setScrollEnabled:YES];
[scrollermap setContentSize:CGSizeMake(500, 500)];
edit:
it seems that the scrolling to the left and right isnt working when there is content in the scrollview, what is pretty strange.
Thanks, Maurice A.
You should set the contentSize of the scrollview.