-
Notifications
You must be signed in to change notification settings - Fork 1
[CM-1260] Add trait for better accessibility. #11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CM-1260] Add trait for better accessibility. #11
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is looking great, Sahil. Let's just expand the test coverage a little.
This is great, 👏 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's just tweak that increment test to test maximum and we're good.
d0bfff8
to
6d1c8a7
Compare
[UPDATE] test case update
6d1c8a7
to
ac5d967
Compare
Introduction
Make Stepper as adjustable element(UIKit) and add accessibilityAdjustableAction for SwiftUI.
Purpose
Making Stepper as adjustable will help making Stepper more accessible. By swipe up and down to change value that will help user who need accessibility.
Fix #8
📱 Screenshots
For UI work, please include before/after screenshots hosted in a 2-column table for easy side-by-side comparison.
🎬 Video
Stepper.mp4
📈 Coverage
Code
~96% code coverage.

Documentation
100% documentation of public APIs.
