Any Reason for NSDocument With Transient Model
Any Reason for NSDocument With Transient Model
- Subject: Any Reason for NSDocument With Transient Model
- From: mijobee <email@hidden>
- Date: Sat, 3 Jul 2004 21:54:42 -0400
QUESTION: If no data is loaded or saved is there any reason to use an
NSDocument subclass?
BACKGROUND
I'm developing a clone of Xcode's project creation wizard except there
is only one view, where the user enters the project name and the
directory to create the project files in. In this situation I'm not
saving or loading any data, except for the last x project directories
specified. My initial thought is to just code the NSWindowController
subclass that knows about the model and coordinates appropriately
between the view and model as state changes. Is there any reason to go
another route? Thanks!
--
mijobee
email@hidden
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.