Objective-C iPhone Programming Lesson 7 - Moving and Animating

Loading...

Sign in or sign up now!
Alert icon
Upgrade to the latest Flash Player for improved playback performance. Upgrade now or more info.
3,056
Loading...
Alert icon
Sign in or sign up now!
Alert icon

Uploaded by on Nov 29, 2010

I show you how to use UIView animations on UIViews. Sample code:

[UIView beginAnimations:nil context:NULL];
[UIView setAnimationDuration:0.5];
// move and adjust views here
[UIView commitAnimations];

Category:

Science & Technology

Tags:

License:

Standard YouTube License

  • likes, 0 dislikes

Link to this comment:

Share to:

Uploader Comments (macheads101)

  • Can you plzzzzzz Make a video to teach us how to make a comic book I want it just like "Archie Freshman year" A simple horizontal comics book

  • @taruot A comic book would mainly be a slideshow of images, so it would be a lot of work that doesn't involve code at all.

  • in the video you say 7th tutorial but title says 6 :)

  • @littlesegall haha bit of a naming fail. not to mention that there were two lesson 6's before this, making it actually number 8.

see all

All Comments (8)

Sign In or Sign Up now to post a comment!
  • I've read the manual... iOS 4 is actually saying to stop using the beginAnimation: and commit: functions/methods. Instead, try finding "Animation Blocks" in the documentation. Your tutorials are good, but thought you might want to know this. In fact, you can use this to tell if a book is really about iOS 4!

    Another note worth mentioning, is Core Animation does not change the object, but it changes the Core Transformation Matrix of that object instead (CTM). That's a bit beyond this tho

  • @macheads101 ,,, do you have a source ,,, I can learn how to create a slideshow app from?

  • Thank you :)

  • That was perfect

Loading...

Alert icon
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more