present(_:)
Category: Instance Method
Platforms: iOS 15.2+, iPadOS 15.2+, Mac Catalyst 15.2+, macOS 12.1+, tvOS 15.2+, visionOS 1.0+, watchOS 8.2+
Overview
Converts the data from the image you specify into the braille map.
Declaration
func present(_ image: CGImage)
Details
Parameters
- Parameters
Discussion
Use this method to convert image data into the braille map directly, without the need to modify the heights of individual pins using setHeight(_:at:) .
Code Examples
func present(_ image: CGImage)
Source: https://developer.apple.com/documentation/accessibility/axbraillemap/present(_:)