I have a problem with an animation, I have two images one is moving with the touch and the other one does an animation, the problem here is when the second image (the one that has the animation) does the animation I can't move the other one!
great tutorial man! it worked great for me but do you know how I can get it to animate automatically without the button? I got it to continuously repeat by adding 0 to the repeat count, just need it to start automatically for an animated background in my application.
nice tutorials but can it be that none of them work in xcode 3.2.4? also the video playback tutorial did not work in my case and i spend a day to get through..
This video is awesome.Very pratical. Thanks a lot
fullbanner 3 months ago
Great tutorial but it might be even better if you did more explaining.
RickEverhard 5 months ago
thx for this video
EternalOnes17 6 months ago
Great tutorial, thanks, man!
Scottulus 9 months ago
Hi! I need help
I have a problem with an animation, I have two images one is moving with the touch and the other one does an animation, the problem here is when the second image (the one that has the animation) does the animation I can't move the other one!
I'm using this code for the animation:
[UIView animateWithDuration:.5 animations:^{plus3.transform = CGAffineTransformMakeTraslation(0, -20);} completion:^(BOOL finished){plus3.hidden = YES;}];
maybe you can help me :)
ulbricho 10 months ago
This has been flagged as spam show
Hi, I have a question, hopefully you can help me
say that I have a moving image and make contact with another makes the animation. what code should I use for the end of the animation is hidden?
I was thinking of an "if" but do not know what condition use.
I hope you can help me, I would greatly appreciate
Sorry for my bad English.
ulbricho 10 months ago
Comment removed
ulbricho 10 months ago
Brilliant as always!
Macinpod 1 year ago
great tutorial man! it worked great for me but do you know how I can get it to animate automatically without the button? I got it to continuously repeat by adding 0 to the repeat count, just need it to start automatically for an animated background in my application.
mbarry6 1 year ago
nice tutorials but can it be that none of them work in xcode 3.2.4? also the video playback tutorial did not work in my case and i spend a day to get through..
kindasport 1 year ago
hey how are you how can you stop the animation like [ colors stopAnimating ]; but it
does not work
theAppleWizz 1 year ago