Re: UIImageView animationImages problem
Re: UIImageView animationImages problem
- Subject: Re: UIImageView animationImages problem
- From: David Duncan <email@hidden>
- Date: Wed, 10 Mar 2010 10:40:01 -0800
On Mar 10, 2010, at 6:56 AM, patrick machielse wrote:
> - Animate individual parts of the screen by code. Less (or no) code <> resource separation, labor intensive.
There is no need to remove the code/resource separation to do parts of your animation in code. You would build a system that took instructions from a resource file and built the views necessary and applied the animations dictated by the resource. You can build a generic animation system in this manner and potentially save considerable amounts of memory. Granted, doing so is not necessarily a trivial exercise.
--
David Duncan
Apple DTS Animation and Printing
_______________________________________________
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