Skip to content

tables(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

All tables that provide translations for the given locale’s language.

Declaration

class func tables(for locale: Locale) -> Set<AXBrailleTable>

Code Examples

class func tables(for locale: Locale) -> Set<AXBrailleTable>

Source: https://developer.apple.com/documentation/accessibility/axbrailletable/tables(for:)