contentView
The view that contains descendant views to merge together when in proximity to each other.
Declaration
var contentView: NSView? { get set }Discussion
The glass effect container view does the following:
Elevates the z-order of descendants of
contentViewto position them above thecontentView.Merges descendants together if the views are sufficiently similar and within the proximity specified in spacing.
Processes similar glass effect views as a batch to improve performance.