Class | Purpose | Key Properties |
---|---|---|
NSGlassEffectView | Single glass effect | contentView , cornerRadius , tintColor |
NSGlassEffectContainerView | Multiple glass effects | contentView , spacing |
contentView
guaranteed inside effectNSAnimationContext
for smooth transitionstintColor
for state changesIssue | Solution |
---|---|
Glass not visible | Check view hierarchy, ensure added to window |
Performance lag | Use containers, reduce glass count |
Merge not working | Check container spacing value |
Content outside glass | Use contentView property exclusively |