<!--
{
  "availability" : [
    "iOS: 17.0.0 -",
    "iPadOS: 17.0.0 -",
    "macCatalyst: -",
    "macOS: 14.0.0 -",
    "tvOS: 17.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 10.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Symbols",
  "identifier" : "/documentation/Symbols/SymbolEffectOptions",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Symbols"
    ],
    "preciseIdentifier" : "s:7Symbols19SymbolEffectOptionsV"
  },
  "title" : "SymbolEffectOptions"
}
-->

# SymbolEffectOptions

Options that configure how effects apply to symbol-based images.

```
struct SymbolEffectOptions
```

## Topics

### Accessing effect options

[`default`](/documentation/Symbols/SymbolEffectOptions/default)

The default set of effect options.

### Configuring repeating effects

[`repeating`](/documentation/Symbols/SymbolEffectOptions/repeating-swift.property)

A set of effect options that prefers to repeat indefinitely.

[`repeating`](/documentation/Symbols/SymbolEffectOptions/repeating-swift.type.property)

A default set of effect options that prefers to repeat indefinitely.

[`nonRepeating`](/documentation/Symbols/SymbolEffectOptions/nonRepeating-swift.property)

A set of effect options that prefers to not repeat.

[`nonRepeating`](/documentation/Symbols/SymbolEffectOptions/nonRepeating-swift.type.property)

A default set of effect options that prefers to not repeat.

[`repeat(_:)`](/documentation/Symbols/SymbolEffectOptions/repeat(_:)-314sv)

Creates a set of effect options with a preferred repeat count.

[`repeat(_:)`](/documentation/Symbols/SymbolEffectOptions/repeat(_:)-33816)

A default set of effect options with a preferred repeat count.

### Configuring effect speed

[`speed(_:)`](/documentation/Symbols/SymbolEffectOptions/speed(_:)-swift.method)

Creates a set of effect options with a preferred speed multiplier.

[`speed(_:)`](/documentation/Symbols/SymbolEffectOptions/speed(_:)-swift.type.method)

A default set of effect options with a preferred speed multiplier.

## Relationships

### Conforms To

[`Sendable`](/documentation/Swift/Sendable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Hashable`](/documentation/Swift/Hashable)

[`Equatable`](/documentation/Swift/Equatable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)