Re: Can I somehow encourage the deallocation of a dismissed view controller?
Re: Can I somehow encourage the deallocation of a dismissed view controller?
- Subject: Re: Can I somehow encourage the deallocation of a dismissed view controller?
- From: G S <email@hidden>
- Date: Thu, 09 Feb 2012 13:38:12 -0800
I have a breakpoint in the problematic object's dealloc method, and it is
never called when I'm testing it, even when I know that the parent has been
deallocated.
Conveniently, the deallocation of the control only occurs when the phone is
running untethered (not under the debugger). It's possible that the
deallocation only occurs when a memory warning comes through, but in that
case I have no idea who owns the control and would be clearing it out.
I'm investigating a white-screen problem that turns out to be a result of
memory warnings, so maybe I can trigger this other crash by issuing a
low-memory simulation in the simulator.
Thanks for your reply.
_______________________________________________
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