Hi. I'm making a custom map app where I've drawn a map (with CGContext.DrawPath()) on the context. Now i want to be able to move the map by moving my finger on the screen. How can i move what I've already drawn on the context? I'm okay with just the stuff I've drawn being moved around and then only when i let go it redraws the map with the new part I've move to.
↧