Hi guys,
I have a NSSplitView that has 2 subviews, each subview is the same custom NSView, you can see it below at this URL:
http://www.talacia.com/screenshots/1.jpg
The problem I am having, is that when you move the split view right to the very top of the NSSplitView (or the bottom) the top (or bottom) of my NSView seems to be getting cut off, like so:
http://www.talacia.com/screenshots/2.jpg
My NSView is pretty basic, just a few NSRectFill's, what's weird is that my iTunes like header is also getting cut off by the NSSplitView, as seen here:
http://www.talacia.com/screenshots/2.jpg
So I'm just wondering if anyone has experienced this before and if anyone knows a solution.
Thanks,
Oliver