I have an NSOutlineView
populated using an NSTreeController
. The tree controller manages an array of NSMutableDictionary
with properties including: NSString *name
, and NSArray* children
.
How do I get a notification when name
has changed in the UI?
just put a function into delegate of NSOutlineView