• 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: Correct MVC code placement
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Correct MVC code placement


  • Subject: Re: Correct MVC code placement
  • From: Chris Tracewell <email@hidden>
  • Date: Sun, 14 Jun 2009 12:34:37 -0700

Thanks Kyle, I should've noted this is a non-document based app. That said, I think your suggestion would imply to let the controller to expose its own array property of the model's pipe-separated property?

Chris


On Jun 14, 2009, at 11:27 AM, Kyle Sluder wrote:

NSDocument is what's known as a "model-controller" object.  Your
actual model is the pipe-separated values; NSDocument allows you to
perform operations on that model.  As such, I'd probably expose an
NSArray property for my list of things, and only do the
pipe-separation when reading from or writing to disk.

--Kyle Sluder


_______________________________________________

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: Correct MVC code placement
      • From: Ken Thomases <email@hidden>
References: 
 >Correct MVC code placement (From: Chris Tracewell <email@hidden>)
 >Re: Correct MVC code placement (From: Kyle Sluder <email@hidden>)

  • Prev by Date: Re: Correct MVC code placement
  • Next by Date: Re: Coming up with ideas
  • Previous by thread: Re: Correct MVC code placement
  • Next by thread: Re: Correct MVC code placement
  • Index(es):
    • Date
    • Thread