(no title)
stirlo | 6 months ago
Back in the day the iPhone was notorious for messing up alarm timezones and failing to activate with DST changes… https://www.abc.net.au/news/2011-01-03/alarm-failure-leaves-...
stirlo | 6 months ago
Back in the day the iPhone was notorious for messing up alarm timezones and failing to activate with DST changes… https://www.abc.net.au/news/2011-01-03/alarm-failure-leaves-...
yreg|6 months ago
The limitation comes from the UIPickerView system level UI component. I have a similar "bug" in my app.
hombre_fatal|6 months ago
And the simplest solution at the UI level is to make it a finite list that cycles multiple times. And that simple impl required no updates over the years despite changes to the UI toolkit.
e.g. compare the HTML solution to one that is a virtualized JS infinite list. The HTML finite list solution is trivial while the infinite cycling one probably needs to be ported when you change frameworks (like move to SwiftUI).
ohdeargodno|6 months ago
Product would probably raise this as a blocker after QA managed to scroll to the end. Who cares.