Tag: UIAccessibilityCustomAction

1 post

Tag: UIAccessibilityCustomAction

1 post

Since iOS 14, UIAccessibilityCustomAction has an initialiser that accepts an image, as well as a name and action handler. Configuring one will make your custom actions easier to spot in the Switch Control menu. https://developer.apple.com/documentation/uikit/uiaccessibilitycustomaction/init(name:image:actionhandler:)

Created in Swift with Ignite.

Supporting Swift for Swifts