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: Rick Mann <email@hidden>
- Date: Mon, 09 Apr 2012 17:06:40 -0700
On Apr 9, 2012, at 17:05 , Kyle Sluder wrote:
>
> 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
Oh, cool! I didn't realize structure fields could be animated separately. I thought I was going to have to make custom animators, and I thought that couldn't be done in iOS.
Thanks,
Rick
_______________________________________________
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