Have you read the MVC introduction from Apple?
<
http://developer.apple.com/documentation/Cocoa/Conceptual/CocoaFundamentals/CocoaDesignPatterns/chapter_5_section_4.html
>

sherm--

So I read the MVC introduction and a bunch of the other design patterns
documents, this is how I see the models working:  Some kind of static
connection class that models add observers to.  When views load the
controller creates a model and maybe add it's own observer to the model to
update the view.

I have two problems then. The static connection class seems hackish. I'm not
sure if it's even possible in ObjC. Is there a better option?
Is the "observer" option the way to go?  What class documentation should I
look at for that?

-- Mike
_______________________________________________

Cocoa-dev mailing list ([email protected])

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to