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
Original issue reported on code.google.com by
monikadh...@gmail.com
on 19 Jul 2010 at 9:12Attachments: