Re: Animating only one axis of a UIView move?
Re: Animating only one axis of a UIView move?
- Subject: Re: Animating only one axis of a UIView move?
- From: Kyle Sluder <email@hidden>
- Date: Mon, 09 Apr 2012 17:05:13 -0700
On Apr 9, 2012, at 5:01 PM, Rick Mann wrote:
> Any suggestions? I think I could do this in OS X with the full power of Core Animation, but stuff is missing in iOS, right?
Heck no. Core Animation is much better-integrated with UIKit in iOS than it is with AppKit in Mac OS X. This is the exact kind of thing Core Animation was designed for.
I believe nowadays you can even directly animate individual components of the frame of a layer or view: https://developer.apple.com/library/mac/#documentation/Cocoa/Conceptual/CoreAnimation_guide/Articles/KVCAdditions.html
--Kyle Sluder
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden