Is windowControllerDidLoadNib used only when windowNibName is?
Is windowControllerDidLoadNib used only when windowNibName is?
- Subject: Is windowControllerDidLoadNib used only when windowNibName is?
- From: Daryle Walker <email@hidden>
- Date: Fri, 10 Jun 2016 09:16:42 -0400
I replaced windowNibName with makeWindowControllers since I'm moving window management to a separate controller. I kept windowControllerDidLoadNib around. Now I wondered if it still gets called. I put in a "print( #function + "got called." )" and never saw the output. Is this method called only when the default NIB-in-NSDocument strategy is used? (And so I can remove it in my app.)
Sent from my iPhone
_______________________________________________
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