AccessibilityFocus
public struct AccessibilityFocus : Element
Enables VoiceOver focus to jump to the wrapped element via a trigger that can be manually fired.
-
Declaration
Swift
public var content: ElementContent { get }
-
Declaration
Swift
public func backingViewDescription(with context: ViewDescriptionContext) -> ViewDescription?