• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
RE: fundamental question: how do I call controller methods from other classes?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: fundamental question: how do I call controller methods from other classes?


  • Subject: RE: fundamental question: how do I call controller methods from other classes?
  • From: "Matthew Youney" <email@hidden>
  • Date: Thu, 22 May 2008 17:05:23 -0400
  • Importance: Normal

Ahhhhhhhh!  This is quite interesting.  Have I been reading the wrong books,
asking the wrong questions or  both?  This can be quite a powerfull tool!
Again, thanks,
Matt



On 21 May '08, at 8:15 PM, Matthew Youney wrote:

> I just have no mechanism of sending messages
> to my "controller" class from my "model" objects unless the
> "controller"
> makes the call.

Typically the model doesn't "know about" the controller (or the view).
Instead it posts notifications when it changes, and the controllers/
views listen for those. That's what key-value observing is designed
for, or you can use NSNotifications. (Look either of those up in the
overview docs if you need details.)

This separation helps keep the model abstract and reusable. It also
makes it easier to handle multiple views of the same data, as happens
with multi-window or splittable UIs, as well as inspector panels.

-Jens


_______________________________________________

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

  • Follow-Ups:
    • Re: fundamental question: how do I call controller methods from other classes?
      • From: "Sherm Pendley" <email@hidden>
References: 
 >Re: fundamental question: how do I call controller methods from other classes? (From: Jens Alfke <email@hidden>)

  • Prev by Date: Re: NSConnection does not close ports
  • Next by Date: Re: Core-Data Multithreading question about save
  • Previous by thread: Re: fundamental question: how do I call controller methods from other classes?
  • Next by thread: Re: fundamental question: how do I call controller methods from other classes?
  • Index(es):
    • Date
    • Thread