defaultTable(for:)
Category: Type Method
Platforms: iOS 26.0+, iPadOS 26.0+, Mac Catalyst 26.0+, macOS 26.0+, tvOS 26.0+, visionOS 26.0+, watchOS 26.0+
Overview
The default table that provides translations for the given locale’s language. Returns nil if there is none.
Declaration
class func defaultTable(for locale: Locale) -> AXBrailleTable?
Details
default Table(for:)
Code Examples
class func defaultTable(for locale: Locale) -> AXBrailleTable?
Source: https://developer.apple.com/documentation/accessibility/axbrailletable/defaulttable(for:)