removeAllSymbolEffects(options:animated:)
Removes all symbol effects from the bar button item, 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
isSymbolAnimationEnabledaddSymbolEffect(_:options:animated:)addSymbolEffect(_:options:animated:)addSymbolEffect(_:options:animated:)setSymbolImage(_:contentTransition:options:)removeSymbolEffect(ofType:options:animated:)removeSymbolEffect(ofType:options:animated:)removeSymbolEffect(ofType:options:animated:)