Constants for the vibrancy styles.
SDKs
- iOS 13.0+
- Mac Catalyst 13.0+
Framework
- UIKit
Declaration
enum UIVibrancyEffectStyle : Int
Constants for the vibrancy styles.
SDKs
Framework
enum UIVibrancyEffectStyle : Int
case label
A style for labels containing primary content.
case secondary Label
A style for labels containing secondary content.
case tertiary Label
A style for labels containing tertiary content.
case quaternary Label
A style for labels containing quaternary content.
case fill
A style for views with large filled areas containing primary content.
case secondary Fill
A style for views with large filled areas containing secondary content.
case tertiary Fill
A style for views with large filled areas containing tertiary content.
case separator
A style for separator lines.
init(blur Effect: UIBlur Effect, style: UIVibrancy Effect Style)
Creates a vibrancy effect with the specified blur and style values.
init(blur Effect: UIBlur Effect)
Creates a vibrancy effect for a specific blur effect.