As you spoke of improving experience and iterating, the first thing which would sort of annoy me if that'd be a real application:
Scroll down the NSTableView and click one of the downmost pictures, now resize the split view so the NSTableView on the left gets completely hidden. Next resize the split view again, so the NSTableView is visible again - and you're at the top of the NSTableView again, instead of the position before resizing/hiding.
I am interested in how to fix it and I think it might be interesting for other Cocoa beginners, too.
by Cocoa Novice — Sep 30
As you spoke of improving experience and iterating, the first thing which would sort of annoy me if that'd be a real application:
Scroll down the NSTableView and click one of the downmost pictures, now resize the split view so the NSTableView on the left gets completely hidden. Next resize the split view again, so the NSTableView is visible again - and you're at the top of the NSTableView again, instead of the position before resizing/hiding.
I am interested in how to fix it and I think it might be interesting for other Cocoa beginners, too.