https://github.com/fromkk/accessibilitysampler
Samples of accessibility on UIKit
https://github.com/fromkk/accessibilitysampler
Last synced: 11 months ago
JSON representation
Samples of accessibility on UIKit
- Host: GitHub
- URL: https://github.com/fromkk/accessibilitysampler
- Owner: fromkk
- Created: 2021-07-18T05:02:56.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-10-15T23:55:37.000Z (over 4 years ago)
- Last Synced: 2025-02-03T14:28:07.983Z (over 1 year ago)
- Language: Swift
- Size: 351 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Accessibility Sampler
Environment: macOS 11.4
Xcode: 12.5.1
## Samples
- Tap(not accessible)
- Tap(accessible)
- Button(not accessible)
- Button(accessible)
- Modal(not accessible)
- Modal(accessible)
- Focus(not accessible)
- Focus(accessible)
- Date(not accessible)
- Date(accessible)
- Switch(not accessible)
- Switch(accessible)
- Headline(not accessible)
- Headline(accessible)
- Input tag(not accessible)
- Input tag(accessible)