Quote:
Originally Posted by johnathon
Try if (CGRectContainsRect (myNail.frame, myBalloon.frame))
|
Nope didn't work. Someone told me because I am using this animation code its not gonna work. Do you think its true ?
[UIView beginAnimations:nil context:NULL];
[UIView setAnimationDuration:7.5];
[UIView setAnimationRepeatCount:10];
myNail.center = myNailFinished.center;
[UIView commitAnimations];
They said use an NSTimer but I do and nothing ever comes down any more.