On Mon, Jul 19, 2010 at 9:32 PM, Matt Neuburg <[email protected]> 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 protected]) 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 [email protected]
