Sort a NSArrayController using case-insensitive compare, possible ?
Sort a NSArrayController using case-insensitive compare, possible ?
- Subject: Sort a NSArrayController using case-insensitive compare, possible ?
- From: Eric MORAND <email@hidden>
- Date: Mon, 24 Sep 2007 08:00:59 +0200
Hi guys,
I have a table view bound to an array controller (via
arrangedObjects) that automatically fetch objects from a managed
object context. Everything works fine but sorting : for some reason,
when I sort a column containing strings, the sorting is done in a
case-sensitive way, which is a problem since I need to present the
data to the users the same way that on reports (which are sorted case-
insensitive).
Is there a way to force it to case-insensitive ?
Thanks,
Eric.
_______________________________________________
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