For my first Mac application, I am trying to create a simple window with a table view. I have included the headers, but adds an annoying line on top of my NSTableHeaderView
:

I cannot find a property to remove it. I know that it can be deleted because the Finder does not have it:

When I turn off the Headers, there is no border there. It should also be noted that NSTableView
is inside NSSplitView
. Any ideas?
source share