Re: awakeFromNib on main thread?

2011-02-15 Thread Matt Neuburg
On Mon, 14 Feb 2011 16:57:02 -0800 (PST), Jon Sigman said: >I did a search of the docs but didn't find this question addressed... >During the object instantiation phase of app startup, is every -awakeFromNib >method guaranteed to be called on the app's main thread? If this is a serious concern,

Re: awakeFromNib on main thread?

2011-02-14 Thread Jon Sigman
On Feb 14, 2011, at 5:41 PM, Seth Willits wrote: >On Feb 14, 2011, at 4:57 PM, Jon Sigman wrote: >> I did a search of the docs but didn't find this question addressed... >> During the object instantiation phase of app startup, is every -awakeFromNib >> method guaranteed to be called on the app's

Re: awakeFromNib on main thread?

2011-02-14 Thread Seth Willits
On Feb 14, 2011, at 4:57 PM, Jon Sigman wrote: > I did a search of the docs but didn't find this question addressed... > During the object instantiation phase of app startup, is every -awakeFromNib > method guaranteed to be called on the app's main thread? Given that AppKit is generally not thre

awakeFromNib on main thread?

2011-02-14 Thread Jon Sigman
I did a search of the docs but didn't find this question addressed... During the object instantiation phase of app startup, is every -awakeFromNib method guaranteed to be called on the app's main thread? ___ Cocoa-dev mailing list (Cocoa-dev@li