Something’s not right here

For a project I’ve been working on, I had need for a Cocoa widget something like an NSTableView, but that contained variable-height NSViews instead of fixed-height NSCells. Apple doesn’t provide one as part of AppKit, but (I thought to myself) surely someone out there must have already written such a beast, and made it available for me to use.

Well, I was half right.
Continue reading