On Mon, 14 Feb 2011 16:57:02 -0800 (PST), Jon Sigman <rf_...@yahoo.com> 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, just put an assert that the current thread *is* the main thread into your awakeFromNib implementation. m. -- matt neuburg, phd = m...@tidbits.com, <http://www.apeth.net/matt/> A fool + a tool + an autorelease pool = cool! AppleScript: the Definitive Guide - Second Edition! http://www.apeth.net/matt/default.html#applescriptthings_______________________________________________ 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 arch...@mail-archive.com