Re: multiple nibs
Re: multiple nibs
- Subject: Re: multiple nibs
- From: "I. Savant" <email@hidden>
- Date: Thu, 5 Apr 2007 16:35:05 -0400
On 4/5/07, Kent Glenn <email@hidden> wrote:
The problem that I have, is that I have some actions in the
preferences( preference controller class ), that need to call a method
in the application controller. There is also some data ( outside of of
NSUserDefaults ), that I need to get to my main controller. I'm just
kind of confused on the best way to do it.
If your "app controller" is designated as your application delegate,
you can send it messages from anywhere in your app via [NSApp
delegate] ... but I may be misunderstanding your question.
--
I.S.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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