A Boolean value that determines if VoiceOver speaks changes to text immediately or enqueues them behind existing speech. Defaults to true
.
省略時はtrue
です。
Instance Method
インスタンスメソッド
speech
speechAnnouncementsQueued(_:)
Controls whether to queue pending announcements behind existing speech rather than interrupting speech in progress.
Availability 有効性
- iOS 15.0+
- iPadOS 15.0+
- macOS 12.0+
- Mac Catalyst 15.0+
- tvOS 15.0+
- watchOS 8.0+
Technology
- Swift
UI
Declaration 宣言
Parameters パラメータ
value
Discussion 議論
Use this modifier when you want affect the order in which the accessibility system delivers spoken text. Announcements can occur automatically when the label or value of an accessibility element changes.