Cocoa for today

Posted in Cocoa, Objective-C, Snippets on Oct 24, 2010

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];

Comments are closed.

  • Recent Comments