Contents

init(name:image:actionHandler:)

Creates a custom action object with the specified name, image, and action handler.

Declaration

init(name: String, image: UIImage?, actionHandler: @escaping  UIAccessibilityCustomAction.Handler)

See Also

Creating a custom action