Hi,

I'm hoping that one of the Cocoa engineers out there can answer a question about NSViewController for me.

In the documentation, it states that the view controller will handle memory management for the objects in its nib file. Does this only apply to nib files that are loaded by NSViewController behind the scenes during the "loadNib" method? Lets say that you pass in nil for the arguments for nibName and nibBundle in the initializer, and then load a nib using NSBundle's 'loadNibNamed:owner' method later on (setting the owner to self), will the memory management magic still happen?

Thanks,
Cathy


_______________________________________________

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 [EMAIL PROTECTED]

Reply via email to