• 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
Programmatically adding objects to an ArrayController
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Programmatically adding objects to an ArrayController


  • Subject: Programmatically adding objects to an ArrayController
  • From: Jesus De Meyer <email@hidden>
  • Date: Tue, 16 May 2006 11:01:24 +0200

Hi (again),

I'm using an ArrayController to feed data to an NSTableView. However, in my awakeFromNib method, I would like to add some standard data to this ArrayController. The ArrayController is bound to a method that returns an NSMutableArray for its contentArray field.

So to add an object to this array, do I have to do something like this? Or is there a better way?

[myArrayController addObject:theObject];
[myArray addObject:theObject];

Thanks in advance,

Jesus
_______________________________________________
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: Programmatically adding objects to an ArrayController
      • From: Mike Abdullah <email@hidden>
  • Prev by Date: no public API for the standard slideshow, I guess?
  • Next by Date: NSWindowController showWindow not working from plugin
  • Previous by thread: Re: no public API for the standard slideshow, I guess?
  • Next by thread: Re: Programmatically adding objects to an ArrayController
  • Index(es):
    • Date
    • Thread