piaoyongren / core-plot

Automatically exported from code.google.com/p/core-plot
0 stars 0 forks source link

touch event not supporting in CALayer #183

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,
I am adding one image on my pie chart through CALayer,I want to implement 
touchevent on this calayer but touchevent not working.Plz see attached 
imaged.transy image on pie chart is in calayer.i am implementing touch event

- (void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event
{
    // Call super to make sure you don't lose any functionality
    [super touchesBegan:touches withEvent:event];

    // Perform the actions you want to perform with the tap.
}

but its not working.

Original issue reported on code.google.com by monikadh...@gmail.com on 19 Jul 2010 at 9:12

Attachments:

GoogleCodeExporter commented 8 years ago
This is not a Core Plot issue.

Original comment by eskr...@mac.com on 19 Jul 2010 at 11:01