NSScrollView, Swift 4.2 " ". :
let scrollView = NSScrollView()
scrollView.drawsBackground = false
scrollView.contentView.drawsBackground = false
NSCollectionView ,
let collectionView = NSCollectionView()
collectionView.backgroundColors = [.clear]
backgroundColors nil , .
If you set the background view to NSCollectionView, this array is ignored
You can try to put NSViewwith zero framein quality backgroundViewforNSCollectionView
source
share