I am looking for a way to bind an NSPopover to an NSTableView cell. showRelativeToRect:(NSRect)positioningRect ofView:(NSView *)positioningView preferredEdge:(NSRectEdge)preferredEdge;
The question is, how can I find positioningRect
and positioningView
for a cell?
source share