How can I sort an NSTableColumn of NSStrings ignoring "The " and "A "?
- by David Barry
I've got a simple Core Data application that I'm working on to display my movie collection. I'm using an NSTableView, with it's columns bound to attributes of my Core Data store through an NSArrayController object. At this point the columns sort fine(for numeric values) when the column headers are clicked on.
The issue I'm having is with the…