• 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 - Dynamic Class?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Custom NSArrayController - Dynamic Class?


  • Subject: Re: Custom NSArrayController - Dynamic Class?
  • From: Kyle Sluder <email@hidden>
  • Date: Sat, 18 Jul 2009 15:07:52 -0700

On Sat, Jul 18, 2009 at 2:58 PM, Quincey
Morris<email@hidden> wrote:
>>        [object performSelector: @selector (setIndex:) withObject:
>> [NSNumber numberWithInt:[[self arrangedObjects] indexOfObject:object]]];

I would instead recommend using -setValue:forKey: like this:

[object setValue:[NSNumber numberWithInteger:[[self arrangedObjects]
indexOfObject:object]] forKey:@"index"]

Also note that I'm using +numberWithInteger:, not +numberWithInt.

--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: Custom NSArrayController - Dynamic Class?
      • From: Quincey Morris <email@hidden>
References: 
 >Custom NSArrayController - Dynamic Class? (From: Brad Gibbs <email@hidden>)
 >Re: Custom NSArrayController - Dynamic Class? (From: Quincey Morris <email@hidden>)
 >Re: Custom NSArrayController - Dynamic Class? (From: Quincey Morris <email@hidden>)
 >Re: Custom NSArrayController - Dynamic Class? (From: Brad Gibbs <email@hidden>)
 >Re: Custom NSArrayController - Dynamic Class? (From: Quincey Morris <email@hidden>)

  • Prev by Date: Re: Custom NSArrayController - Dynamic Class?
  • Next by Date: Re: Custom NSArrayController - Dynamic Class?
  • Previous by thread: Re: Custom NSArrayController - Dynamic Class?
  • Next by thread: Re: Custom NSArrayController - Dynamic Class?
  • Index(es):
    • Date
    • Thread