Core Plot: how to draw custom logic according to user touches?
Posted
by sashaeve
on Stack Overflow
See other posts from Stack Overflow
or by sashaeve
Published on 2010-05-02T07:25:35Z
Indexed on
2010/05/02
7:37 UTC
Read the original article
Hit count: 293
core-plot
|iphone-sdk
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?
© Stack Overflow or respective owner