WKAccessibilityReduceMotionStatusDidChange
Tells the interface controller that the reduce motion status has changed.
Declaration
static let WKAccessibilityReduceMotionStatusDidChange: NSNotification.NameDiscussion
Use this notification to customize your application’s user interface for when reduced motion is enabled. You can also use the WKAccessibilityIsReduceMotionEnabled() function to determine whether reduced motion is enabled.
Observe this notification using the default notification center. This notification doesn’t include a parameter.