I came across a strange macOS Tahoe bug when working on an AppKit app with a table. I managed to find a workaround, but since I was unable to find any solutions online, I thought I would post my discoveries in case they could help others.
The issue is that the content rows scroll into the header unless the table stretches to the bottom of the content view.
Full write-up here but one workaround is to add space at the top of the table as well: https://troz.net/post/2026/appkit-table-scroll-bug-in-macos-tahoe/












