• 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
Challenge Chapter 8: sorting with key-path
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Challenge Chapter 8: sorting with key-path


  • Subject: Challenge Chapter 8: sorting with key-path
  • From: "Alexandre Badez" <email@hidden>
  • Date: Wed, 23 Jul 2008 08:23:34 +0200

Hy,

I'm actually reading the "cocoa programming for Mac OS X (third edition)".

In chapter 8 we build an application witch display an array of object
with 2 properties (personName, expectedRaise).
We add sorting to the NSTableView using key: personName and selector:
"caseInsensitiveCompare:".

Now, for challenge, I try to sort the same column according to the
lenght of the personName.

I think that I should use the selectore "compare:" of NSNumber, but
what should be my key path for retrieving the lenght of the personName
?

I tried something like personName.@lenght (and @lenght.personName)
personName.lenght but none of them seems to work properly.

--
Alex
_______________________________________________

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: Challenge Chapter 8: sorting with key-path
      • From: Alex Heinz <email@hidden>
    • Re: Challenge Chapter 8: sorting with key-path
      • From: Martijn <email@hidden>
  • Prev by Date: Re: Returning exactly what has been promised
  • Next by Date: Re: NSTask
  • Previous by thread: Re: Returning exactly what has been promised
  • Next by thread: Re: Challenge Chapter 8: sorting with key-path
  • Index(es):
    • Date
    • Thread