I have a table view where one column's strings are sorted using
(NSCaseInsensitiveSearch | NSNumericSearch). To do this I use
compare:options: on the strings.
I'd like to be able to allow the user to sort ascending or descending
in the usual way by clicking the column header but using the above
comparison options. It doesn't look as if that's possible with sort
descriptors because compare:options: isn't KVC compliant. Is there a
way around this?
cheers, Graham
_______________________________________________
Cocoa-dev mailing list ([email protected])
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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com
This email sent to [EMAIL PROTECTED]