More Content 로터를 선택한 후 밑으로 내릴 때마다 더보기에 있는 내용을 VoiceOver로 들을 수 있습니다.
위의 예제와 같이 AXCustomContent를 통해 데이터가 많은 앱에서 VoiceOver 환경을 맞춤화할 수 있습니다.
Accessibility를 import하고 AXCustomContentProvider를 상속받으면 됩니다.
importance를 높음으로 설정하면 AXCustomContent이지만 더보기 로터를 사용할 필요없이 무조건 읽어줍니다.
SwiftUI에서도 가능합니다.
이렇게 Key를 만들어 사용할 수 있습니다.
영상: https://developer.apple.com/videos/play/wwdc2021/10121/
'WWDC' 카테고리의 다른 글
[WWDC21] Localize your SwiftUI app (0) | 2022.01.27 |
---|---|
[WWDC18] Writing Great Accessibility Labels (0) | 2022.01.26 |
[WWDC15] - Optimizing Swift Performance (0) | 2021.12.14 |
[WWDC21] Meet Xcode Cloud (0) | 2021.11.10 |
[WWDC21] Host and automate your DocC documentation (0) | 2021.11.08 |
댓글