Re: Question about split view
Re: Question about split view
- Subject: Re: Question about split view
- From: Kyle Sluder <email@hidden>
- Date: Sun, 16 Jan 2011 19:08:01 -0800
On Sun, Jan 16, 2011 at 6:44 PM, Matt Neuburg <email@hidden> 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 (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