Re: Mac OS X - AppDelegate applicationDidFinishLaunching
Re: Mac OS X - AppDelegate applicationDidFinishLaunching
- Subject: Re: Mac OS X - AppDelegate applicationDidFinishLaunching
- From: Lee Ann Rucker <email@hidden>
- Date: Tue, 03 Mar 2015 19:58:24 +0000
- Thread-topic: Mac OS X - AppDelegate applicationDidFinishLaunching
On Mar 3, 2015, at 9:13 AM, Dave <email@hidden> 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 (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