iPhone SDK : Basic Animation
Uploader Comments (iDarkMalloc)
All Comments (22)
-
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 = CGAffineTransformMakeTraslatio
n(0, -20);} completion:^(BOOL finished){plus3.hidden = YES;}]; maybe you can help me :)
-
He! I like your tutorial but i want just the alpha and that on a button so i skiped the parts with the transform stuff and replace UIImageView with UIButton, but it isn't working do you want to help me? Thanks
great Tutorial!
-Midas
-
Love the welsh accent :)
-
how do you do 2 of these in one animation for example: the animation starts, the picture goes up and then back down again. Is that possible or should i make a whole new animation code?
-
How would you trigger this animation when the user clicks a button?
-
How would you trigger this animation from a button? for example user touches a button and something moves up the screen?
-
How would you trigger this animation from a button? for example user touches a button and something moves up the screen?
-
Hey can you teach how to use openpwn to make jailbreak thnks
-
wonderful tutorial.. you know im very baffled to know that no one has yet made a tutorial about CATransitions :-S Can you please please make a tutorial on this on how to use CATransitions and use them while switching views between multiple xib files? that would be just great!
Hey DarkMalloc....absolutely great tutorials, thank you for doing that, you asked for suggestions:
I would love to see some transitions between views.
I'm looking forward to see more tutorials!
Thanks again
hasch2o 2 years ago
I'll try and get that out by tonight :)
iDarkMalloc 2 years ago
nice vid!
would appreciate a tutorial on the basics of objective C and how the language works/syntax and variables and other basics of the languag
thanks and keep it all going :)
chelsea787 2 years ago
I'll pretty much cover basic syntax over a wide range in my tutorials :)
iDarkMalloc 2 years ago
Like programming codes c+ or something like that^^'
RoxasKingSora 2 years ago
The iPhone SDK uses Obj-C :)
iDarkMalloc 2 years ago