• 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: Custom NSArrayController that manages its own array?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Custom NSArrayController that manages its own array?


  • Subject: Re: Custom NSArrayController that manages its own array?
  • From: Jens Alfke <email@hidden>
  • Date: Wed, 19 Oct 2011 14:34:10 -0700

On Oct 18, 2011, at 6:44 PM, Quincey Morris wrote:

> Absolutely. I'll add here that NSArrayControllers are basically glue, and not even (exactly) necessary glue. You can connect a table view directly to a data model, without using an array controller. All the array controller does is to add some useful conveniences (such as supporting the table in sorting and filtering content without disturbing the data model).

Right, but there’s quite a lot of very useful glue there: sorting the content, filtering, tracking the selection as a separate observable property, and so forth. It’s not something I’d want to reinvent.

—Jens

_______________________________________________

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

References: 
 >Custom NSArrayController that manages its own array? (From: Jens Alfke <email@hidden>)
 >Re: Custom NSArrayController that manages its own array? (From: Keary Suska <email@hidden>)
 >Re: Custom NSArrayController that manages its own array? (From: Jens Alfke <email@hidden>)
 >Re: Custom NSArrayController that manages its own array? (From: Keary Suska <email@hidden>)
 >Re: Custom NSArrayController that manages its own array? (From: Quincey Morris <email@hidden>)

  • Prev by Date: Re: Custom NSArrayController that manages its own array?
  • Next by Date: Re: Code signing issues
  • Previous by thread: Re: Custom NSArrayController that manages its own array?
  • Next by thread: Re: Custom NSArrayController that manages its own array?
  • Index(es):
    • Date
    • Thread