Accessible time labels on iOS

后端 未结 2 929
轻奢々
轻奢々 2021-01-03 23:42

I am trying to make my iPhone app accessible. Part of it involves generating accessible VoiceOver labels for the time and date parts of an NSDate. How do I form

2条回答
  •  粉色の甜心
    2021-01-03 23:59

    Dates and numbers must be well formatted to be perfectly understood by the VoiceOver users.

    Use the following elements below and take a look at some code snippets (Objc + Swift) to figure out how to implement an impeccable read out.

提交回复
热议问题