show/hide this revision's text 2 tags, title

How do I set a default sort order for a TableViewan NSTableView?

show/hide this revision's text 1

How do I set a default sort order for a TableView?

I've got a cocoa app that's got a TableView with bindings to a model through an NSArrayController.

The app works as I want, but the default sort order of the table is wrong.

buildwatch

I typically start the program and click on the last header twice to get it sorting the right way. Is there a way in the nib/bindings/whatever to specify the default sort order, or to programatically tell it to do what would happen if I clicked there twice? Or even just remember the previous sort order?