NSCollectionView transparent background
NSCollectionView transparent background
- Subject: NSCollectionView transparent background
- From: email@hidden
- Date: Mon, 29 Sep 2014 02:27:34 +0900
Is it possible to get NSCollectionView to render with a transparent background ?
I've tried setting the backgroundColors array to clearColor, subclassing and filling in drawRect with clearColor, making sure the enclosing scroll view is not drawing its background and combinations of these all to no avail.
Various combinations either result in the default white background or the black that looks like an opaque context that is being filled with clearColor
Is there something I am missing or does this class just have some limitation here?
FWIW I'm doing this on 10.10 with xcode 6.1 and no layers or visual effects views.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden