Probably a combination of the docs and the WWDC session on UIKit Animations
(can't recall the session number off hand).
On Sep 15, 2010, at 11:38 AM, James Miller wrote:
> Great. That helps. So can you point me to a technical note with an overview
> and/or examples of the new block based animat
Great. That helps. So can you point me to a technical note with an overview
and/or examples of the new block based animations?
On Sep 15, 2010, at 9:56 AM, David Duncan wrote:
> On Sep 14, 2010, at 9:42 PM, James Miller wrote:
>
>> With Apple recommending block-based animation of UIImageViews,
On Sep 14, 2010, at 9:42 PM, James Miller wrote:
> With Apple recommending block-based animation of UIImageViews, I'm not quite
> grasping how to take older frame-by-frame animation code like this:
>
> NSArray *playerImagesRight = [NSArray arrayWithObjects: [UIImage
> imageNamed:@"p1.png"], [UI
With Apple recommending block-based animation of UIImageViews, I'm not quite
grasping how to take older frame-by-frame animation code like this:
NSArray *playerImagesRight = [NSArray arrayWithObjects: [UIImage
imageNamed:@"p1.png"], [UIImage imageNamed:@"p2.png"],[UIImage
imageNamed:@"p3.png"],