Large scrollview
Hi, I'm pretty new to iphone development.
I'm trying to draw a large area with Quartz 2D (basic rectangles). I'm drawing in the scrollview, but if I draw for instance at x=-100.0f, y=0.0f, the rectangle gets cut off at 0.0f so I can only see part of it. I want to be able to scroll to -100.0f for instance. How can I scroll a region say (x,y,w,h) = (-500, -500, 1000, 1000)?
Hope you understand what I mean.
Thanks
|