Contents

present(_:)

Converts the data from the image you specify into the braille map.

Declaration

func present(_ image: CGImage)

Parameters

  • image:

    An image to convert into the braille map.

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:).