Contents

WKAccessibilityImageRegion

An object that defines a portion of an image that you want to call out separately to an assistive app.

Declaration

class WKAccessibilityImageRegion

Overview

The accessibility image region object defines the portion of the image that you want to call out separately and the label you want to apply to that region. Use an accessibility image region object in conjunction with any interface object that displays an image, either as part of its foreground or background content. Register your custom regions using the setAccessibilityImageRegions(_:) method of the corresponding interface object.

Topics

Getting the Region Attributes

See Also

User interface basics