Re: Building an MVC based App for Mac OS X - NOT for iOS
Re: Building an MVC based App for Mac OS X - NOT for iOS
- Subject: Re: Building an MVC based App for Mac OS X - NOT for iOS
- From: Uli Kusterer <email@hidden>
- Date: Wed, 29 May 2013 01:18:44 +0200
On 28.05.2013, at 19:28, Quincey Morris <email@hidden> wrote:
> Similarly, a MVC "view" is not necessarily a view. Rather, it's a component of your app design that interacts with the user. It may be implemented as a window, or as a view, or as a window with a hierarchy of views, or something more complex.
Examples of Cocoa/Mac classes that are views in the MVC sense, but not in the NSView/UIView sense:
NSWindow
NSMenu
NSMenuItem
NSCell
Pretty much any NSResponder, though Smalltalk purists might disagree.
Cheers,
-- Uli Kusterer
http://stacksmith.org
_______________________________________________
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