BGHUDAppKit icon indicating copy to clipboard operation
BGHUDAppKit copied to clipboard

NSCollectionView missing

Open xdissent opened this issue 15 years ago • 2 comments

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...

xdissent avatar Feb 05 '10 00:02 xdissent

I'll take a look and see how complicated Apple made this one to subclass.

timthedevguy avatar Feb 17 '10 21:02 timthedevguy

There's no need to subclass it. Just make its background transparent and put it in a hud scroll view. Did that, worked flawlessly.

regexident avatar Sep 16 '10 15:09 regexident