Binding value for NSTableView, but tooltip gets set as well
- by Mark
I've set up an NSTableView in Interface Builder to be populated from an NSArray. Each value of the array represents one row in the table. The value is bound correctly, but as a side effect, the table cell's tooltip is set to the string representation of the bound object.
In my case, the NSArray contains NSDictiorany objects and the tooltip looks…