On Mon, Jul 27, 2009 at 3:56 PM, David Blanton<[email protected]> wrote: > What is the preferred method of associating a view with a document? This is > the fundamental issue for me.
It's known as the Model-View-Controller paradigm. Typically you create some custom class known as a controller, which mediates between a view and the model (document). --Kyle Sluder _______________________________________________ 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]
