Re: memory management of app delegate on iOS
Re: memory management of app delegate on iOS
- Subject: Re: memory management of app delegate on iOS
- From: Kyle Sluder <email@hidden>
- Date: Mon, 19 Jul 2010 21:39:45 -0700
On Mon, Jul 19, 2010 at 9:32 PM, Matt Neuburg <email@hidden> wrote:
> Yet the UIApplication object does NOT retain its delegate. So why doesn't
> the app delegate vanish in a puff of smoke? Is the MainWindow nib subject to
> different memory management rules?
UIApplication might be retaining the top-level object array. Since
it's quite typical not to subclass UIApplication, it must have some
way of dealing with the common case: nobody else holding on to the
delegate object in the MainWindow nib.
--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