• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: NSViewController and Nib files
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: NSViewController and Nib files


  • Subject: Re: NSViewController and Nib files
  • From: "Shawn Erickson" <email@hidden>
  • Date: Tue, 20 May 2008 11:13:48 -0700

On Tue, May 20, 2008 at 8:45 AM, Cathy Shive <email@hidden> wrote:
> 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?

Likely not since it wouldn't have access to the top level object array.

Also I believe it is preferred to use NSNib for loading nibs since it
gives you more capabilities and is IMHO easier to use.

-Shawn
_______________________________________________

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

References: 
 >NSViewController and Nib files (From: Cathy Shive <email@hidden>)

  • Prev by Date: Re: NSApp with wrong _running count
  • Next by Date: Re: NSView Text Paint inversed
  • Previous by thread: NSViewController and Nib files
  • Next by thread: NSTableView and CoreAnimation
  • Index(es):
    • Date
    • Thread