On Mar 3, 2015, at 9:13 AM, Dave <d...@looktowindward.com> wrote: > Hi, > > Ahhhh, ok, I was trying to avoid mentioning the Window Controller > specifically in the App Delegate, but I think this is warped and I will > change it so that it creates it there instead of referencing it in the NIB. > > Actually, awakeFromNIB is getting called twice for some reason, but I’m sure > the above will fix it.
Never assume awakeFromNib will only be called once. If you put a view-based table in, it's going to be called for every new table subview. _______________________________________________ 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: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com