I have a image which is animating all over screen randomly using image layer addAnimation. I have added around 15 points using CGPathAddLineToPoint.

So my problem is how to get notify my touches over that animating image.

I cant use

if((CGRectContainsPoint([myImage frame], [touch locationInView:touch.view])))

Because anytime the frame will be last point added using CGPath.

Thanks

link|improve this question

73% accept rate
I found answer myself. Thanks – Anand May 25 '11 at 12:22
1  
If you would please post your answer and accept it so the question is closed. – Brandon Schlenker Jul 11 '11 at 19:26
Agreed. When you find an answer to your own question, don't just blatantly state the fact in a comment. If you took the time to write the question, take the time to post your answer as an answer, not a comment, and mark it as accepted. – PartiallyFinite Jul 17 '11 at 12:34
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.