Tag: accessibilityAdjustableAction

1 post

Tag: accessibilityAdjustableAction

1 post

In UIKit, to create an adjustable component we need to add the adjustable trait and override both accessibilityIncrement() and accessibilityDecrement(). In SwiftUI, everything you need is bundled in the accessibilityAdjustableAction(_:) modifier.

Created in Swift with Ignite.

Supporting Swift for Swifts