[Office Hours] Accessibility in assign2 #100
-
Related DiscussionIn Patient Detail View, the instruction mentions that:
I'm wondering what kind of accessibility do we need to implement? Like screen reader, alert for invalid input...? Can you further explain the requirement for accessibility? Thank you! ReproductionNone Additional contextNo response Code of Conduct
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @dusixian, We don't have any specific requirements in the assignment, we just ask you to review the accessibility guidelines and examine your user interface design to identify any areas where it could be improved. SwiftUI comes with built-in accessibility support, so if you are using standard components much of that will be covered for you. If you are developing custom components, you may need to do more yourself. |
Beta Was this translation helpful? Give feedback.
Hi @dusixian,
We don't have any specific requirements in the assignment, we just ask you to review the accessibility guidelines and examine your user interface design to identify any areas where it could be improved. SwiftUI comes with built-in accessibility support, so if you are using standard components much of that will be covered for you. If you are developing custom components, you may need to do more yourself.