animatedImagesEnabled
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 Boolean value that indicates whether the system setting for playing animated images is on.
Declaration
static var animatedImagesEnabled: Bool { get }
Details
See Also
- Pausing animated images
- API ReferenceAnimated images
- static var animatedImagesEnabledDidChangeNotification: Notification.Name
animated Images Enabled
Discussion
The value of this property is true if the system setting for Animated Images is on; otherwise, false .
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.
- varanimatedImagesEnabledDidChangeNotification:Notification.Name — static; A notification that posts when the system setting for playing animated images changes.
Code Examples
static var animatedImagesEnabled: Bool { get }
Source: https://developer.apple.com/documentation/accessibility/accessibilitysettings/animatedimagesenabled