Skip to content

dimensions

Category: Instance Property

Platforms: iOS 15.2+, iPadOS 15.2+, Mac Catalyst 15.2+, macOS 12.1+, tvOS 15.2+, visionOS 1.0+, watchOS 8.2+

Overview

The number of pins in each dimension of the braille display.

Declaration

var dimensions: CGSize { get }

Details

Discussion

The dimensions can change if the user zooms in on the content.

Code Examples

var dimensions: CGSize { get }

Source: https://developer.apple.com/documentation/accessibility/axbraillemap/dimensions