timthedevguy / BGHUDAppKit

* BGHUDAPPKIT is no longer under development by me, I hope that the community will keep it alive and going as I no longer have time to dedicate to the project** The missing HUD controls. Please scroll down to read the readme file for an important notice concerning the future of BGHUDAppKit. Note that there are multiple versions available, 10.5+, 10.6.7, and now 10.7. As soon as I learn how I'll make these all one code base if possible.
http://www.binarymethod.com/
312 stars 57 forks source link

NSCollectionView missing #15

Open xdissent opened 14 years ago

xdissent commented 14 years ago

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

timthedevguy commented 14 years ago

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

regexident commented 14 years ago

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