How can I know if my NSView
is visible within its NSWindow
?
It needs to account for scrolling superviews.
It does not need to know if the NSWindow
is visible to the user.
Accounting for overlapping views would be "nice to have" but not required.