Type Property 型プロパティ

WKAccessibilityReduceMotionStatusDidChange

Posted by WatchKit when reduced motion is enabled or disabled. This notification does not include a parameter. 減少モーションが可能にされるまたは不可能にされる時にWatchKitによって投函されます。この通知はパラメータを含みません。

Declaration 宣言

static let WKAccessibilityReduceMotionStatusDidChange: NSNotification.Name

Discussion 議論

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. この通知を使って、減少動作が可能にされる時に対して、あなたのアプリケーションのもつユーザーインターフェイスをカスタマイズしてください。あなたはまたWKAccessibilityIsReduceMotionEnabled()関数を使って、減少動作が可能にされるかどうかを判定してください。

Observe this notification using the default notification center. 省略時の通知センターを使ってこの通知を監視してください。

See Also 参照

WatchKit