• 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 views, bindings, and array controller
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: custom views, bindings, and array controller


  • Subject: Re: custom views, bindings, and array controller
  • From: Scott Stevenson <email@hidden>
  • Date: Fri, 29 Apr 2005 16:34:33 -0700


On Apr 29, 2005, at 3:31 PM, Josh Anon wrote:

I didn't see this in the archives, but it feels like it should be an obvious question. I have a custom view that displays a collection of objects. I'd like to do something like NSTableView/NSTableColumn where I can just say "bind the text to an array controller's arrangedObjects.text and the label to arrangedObjects.label." However, I don't see how the custom view will be able to get information from the array controller (selection, # objects, etc.) without specifying the array controller as an outlet. I guess you could have a selection + objects array in the view that you bind the array controller's selection and arrangedObjects items to, but that seems more complicated than it should be. Is there a clean way to set it up like NSTableView?

Hello Josh Anon,

You register for KVO notifications on the array controller inside bind: and update the view's contents when observeValueForKeyPath: is called. That method passes in the bound array controller, so you can just query it directly for its new contents, using the key path specified during the initial bind.


- Scott

--
http://treehouseideas.com/
http://theocacao.com/ [blog]

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Follow-Ups:
    • Re: custom views, bindings, and array controller
      • From: mmalcolm crawford <email@hidden>
References: 
 >custom views, bindings, and array controller (From: Josh Anon <email@hidden>)

  • Prev by Date: Re: Saving Images with Core Data (i.e., JPEG, TIFF, etc.)
  • Next by Date: Re: CoreData: Single coordinator, multiple contexts?
  • Previous by thread: custom views, bindings, and array controller
  • Next by thread: Re: custom views, bindings, and array controller
  • Index(es):
    • Date
    • Thread