Contents

removeAllSymbolEffects(options:animated:)

Removes all symbol effects from the image view, using the specified options and animation setting.

Declaration

@MainActor @preconcurrency func removeAllSymbolEffects(options: SymbolEffectOptions = .default, animated: Bool = true)

Parameters

  • options:

    The options to use when removing the symbol effects.

  • animated:

    A Boolean value that indicates whether to animate the removal of a scale, appear, or disappear effects.

See Also

Configuring symbol effects