I would like to draw a straight line between where a user touches the screen, and where the touch ends. i need multiple lines, for if the user repeats the touch-drag-release act
You haven't defined the type for c:
c
CGContextRef c = UIGraphicsGetCurrentContext();