Skip to content

animatedImagesEnabledDidChangeNotification

Category: Type Property

Platforms: iOS 18.0+, iPadOS 18.0+, Mac Catalyst 18.0+, macOS 15.0+, tvOS 18.0+, visionOS 2.0+, watchOS 11.0+

Overview

A notification that posts when the system setting for playing animated images changes.

Declaration

static var animatedImagesEnabledDidChangeNotification: Notification.Name { get }

Details

See Also

  • Pausing animated images
  • API ReferenceAnimated images
  • static var animatedImagesEnabled: Bool

  • Accessibility

  • AccessibilitySettings
  • animatedImagesEnabledDidChangeNotification

animated Images Enabled Did Change Notification

Topics (Grouped)

Pausing animated images

  • Animated images — API Reference; Pause animations in animated images in your app when people turn off the Animated Images setting.
  • varanimatedImagesEnabled:Bool — static; A Boolean value that indicates whether the system setting for playing animated images is on.

Code Examples

static var animatedImagesEnabledDidChangeNotification: Notification.Name { get }

Source: https://developer.apple.com/documentation/accessibility/accessibilitysettings/animatedimagesenableddidchangenotification