Contents

init(style:)

Creates a blur effect with the designated style.

Declaration

init(style: UIBlurEffect.Style)

Parameters

  • style:

    The intensity of the blur effect. See Style for valid options.

Return Value

The blur effect to be used by a UIVisualEffectView object.