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)Creates a custom action object with the specified name, image, and action handler.
init(name: String, image: UIImage?, actionHandler: @escaping UIAccessibilityCustomAction.Handler)