Search Results

1
vote

NSTableView -setDataSource not working when triggered by FSEvents

sounds like when you register for the event/notification, you're passing in a different instance of your controller class. …
4
votes

How do I trap OCUnit test pass/failure messages/events.

You can write your own observer by extending the SenTestObserver class and implementing the notification listeners (void) testSuiteDidStart:(NSNotification *) aNotification ( …