init(identifier:)
Category: Initializer
Platforms: iOS 26.0+, iPadOS 26.0+, Mac Catalyst 26.0+, macOS 26.0+, tvOS 26.0+, visionOS 26.0+, watchOS 26.0+
Overview
Returns nil if there is no table with the given identifier.
Declaration
init?(identifier: String)
Code Examples
init?(identifier: String)
Source: https://developer.apple.com/documentation/accessibility/axbrailletable/init(identifier:)