On Sun, Jan 16, 2011 at 6:44 PM, Matt Neuburg <m...@tidbits.com> wrote:
> I've had similar problems with a UINavigationController on iPhone where if 
> there's a memory warning while the root view is hidden and the app is in the 
> background the nav bar stack is messed up when we resume the app. My solution 
> is to implement didReceiveMemoryWarning and just return, thus preventing the 
> root view from being unloaded. You can call *that* a hack if you like, but my 
> attitude is, hey iOS, if you're not going manage memory correctly I'm not 
> going to let you mess with memory at all. Anyway, what I'm suggesting is that 
> you try that sort of thing, to see if you can prevent the split view and its 
> subcontrollers from having their views unloaded. m.

Please do say you've filed a bug on this. I'm sure developers would
love if the frameworks *did* manage memory correctly. :)

--Kyle Sluder
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to