Tagged Questions
0
votes
3answers
456 views
Line is erased when drawing shapes
I am trying to make an application for drawing shapes on screen by touching it.
I can draw a line from one point to another- but it erases on each new draw.
Here is my code:
CGPoint location;
...