Re: Optimizing, uiview caching, and clearing that cached view.
Re: Optimizing, uiview caching, and clearing that cached view.
- Subject: Re: Optimizing, uiview caching, and clearing that cached view.
- From: David Duncan <email@hidden>
- Date: Mon, 2 Mar 2009 09:13:51 -0800
On Feb 28, 2009, at 8:16 AM, James Cicenia wrote:
How do I skip over my populating code in ViewWillAppear to increase
the response time of my app?
I'm guessing your doing what should be one-time creation of content
for that view. If so, you should do this inside of -viewDidLoad rather
than -viewDidAppear.
--
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