BGHUDAppKit
BGHUDAppKit copied to clipboard
NSCollectionView missing
The NSCollectionView is newish, but I use it a lot these days, and IB support for a BGHUDCollectionView would be super cool to have. I'm assuming this would be pretty simple to implement since the Collection View should probably just be transparent by default and thrown inside a BGHUDScrollView, right? I wish I knew how to actually build IB plugins so I could help...
I'll take a look and see how complicated Apple made this one to subclass.
There's no need to subclass it. Just make its background transparent and put it in a hud scroll view. Did that, worked flawlessly.