views:

38

answers:

0

I want to draw some additional lines and labels according to user touches.

In CPTestAppScatterPlotController.m

- (void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event

and other similar methods not handled.

Where I should add custom drawing logic accorfing to user touches?