Cocoa for today
I’m going to start posting more code snippets on my blog and each of those posts will be called Cocoa for today and of course the title changes for the specific code I’m writing.
If your working with NSOutlineView and need to deselect all items you can use
the deselect all method from NSOutlineView
[myOutlineView deselectAll:nil];