<!--
{
  "availability" : [
    "iOS: 17.0.0 -",
    "iPadOS: 17.0.0 -",
    "macCatalyst: 17.0.0 -",
    "macOS: 14.0.0 -",
    "tvOS: 17.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 10.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Symbols",
  "identifier" : "/documentation/Symbols/NSSymbolEffectOptions",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Symbols"
    ],
    "preciseIdentifier" : "c:objc(cs)NSSymbolEffectOptions"
  },
  "title" : "NSSymbolEffectOptions"
}
-->

# NSSymbolEffectOptions

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

```
@interface NSSymbolEffectOptions : NSObject
```

## Topics

### Accessing effect options

[`options`](/documentation/Symbols/NSSymbolEffectOptions/options)

The default set of effect options.

### Configuring repeating effects

[`optionsWithRepeating`](/documentation/Symbols/NSSymbolEffectOptions/optionsWithRepeating-c.method)

A set of effect options that prefers to repeat indefinitely.

[`optionsWithRepeating`](/documentation/Symbols/NSSymbolEffectOptions/optionsWithRepeating-c.type.method)

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

[`optionsWithNonRepeating`](/documentation/Symbols/NSSymbolEffectOptions/optionsWithNonRepeating-c.method)

A set of effect options that prefers to not repeat.

[`optionsWithNonRepeating`](/documentation/Symbols/NSSymbolEffectOptions/optionsWithNonRepeating-c.type.method)

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

[`optionsWithRepeatCount:`](/documentation/Symbols/NSSymbolEffectOptions/optionsWithRepeatCount:-c.method)

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

[`optionsWithRepeatCount:`](/documentation/Symbols/NSSymbolEffectOptions/optionsWithRepeatCount:-c.type.method)

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

### Configuring effect speed

[`optionsWithSpeed:`](/documentation/Symbols/NSSymbolEffectOptions/optionsWithSpeed:-c.method)

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

[`optionsWithSpeed:`](/documentation/Symbols/NSSymbolEffectOptions/optionsWithSpeed:-c.type.method)

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



---

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)