Hi all;
I'm trying to display a list of clickable hyperlinks inside a table view. The
current approach I'm taking is to use a table column with a NSTextFieldCell
data cell, with a value attribute that is bound to an attributed string value,
constructed in a value transformer:
- (id)transformed
I think I may have got this to work, so here goes:
The data cell for the table column displaying the hyperlink is now a custom
NSTextFieldCell with the following implementation over-ridden:
- (NSUInteger)hitTestForEvent: (NSEvent *)event
inRect: (NSRect