Re: Question about loading nib (RE: accessing view in a nib)
Re: Question about loading nib (RE: accessing view in a nib)
- Subject: Re: Question about loading nib (RE: accessing view in a nib)
- From: Chris Hanson <email@hidden>
- Date: Thu, 24 Jul 2003 13:53:28 -0500
On Thursday, July 24, 2003, at 01:03 PM, Francisco Tolmasky wrote:
can I be sure the nib is loaded, or could it be loading in the
background as a separate process?
Nib loading is not multithreaded. There's nothing in the documentation
to indicate that it is.
In fact, +[NSBundle loadNibNamed:owner:] returns a BOOL to tell you
whether it was able to successfully load the requested nib. This
should indicate to you that it's not multi-threaded.
-- Chris
--
Chris Hanson, bDistributed.com, Inc. | Email: email@hidden
Custom Mac OS X Development | Phone: +1-847-372-3955
http://bdistributed.com/ | Fax: +1-847-589-3738
http://bdistributed.com/Articles/ | Personal Email: email@hidden
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.