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 protected]) 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: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
