googlearchive / science-journal-ios

Use the sensors in your mobile devices to perform science experiments. Science doesn’t just happen in the classroom or lab—tools like Science Journal let you see how the world works with just your phone.
https://sciencejournal.withgoogle.com/
Apache License 2.0
536 stars 62 forks source link

Durations less than 1 second are read as "zero seconds" by Voice Over #19

Open taquitos opened 5 years ago

taquitos commented 5 years ago

There needs to be an accessibility string for a TimeInterval where fractional seconds are read using milliseconds.

Example 1250 milliseconds would be "1 second, 250 milliseconds"

https://github.com/google/science-journal-ios/blob/be7ecf0c3749793d6b18c1058d343a66c6d4314d/ScienceJournal/UI/CropOverlayViewController.swift#L332