On the clock app, if you click on timer, it lets you set the time with an Apple UI scrolling wheel thing. Is there any documentation on how to implement this?
it is ios native UIDatePicker.
Thanks, that’s a good start however I am trying to implement more of just an options wheel with the same UI style as UIDatePicker.
As in a for a timer. For example, length of timer = : Spin wheel element with say, 1 min, 2 min, 3 min, 4 min, 5 min etc.
The only problem I have is that I really don’t have any idea what this UI native is called, or if it is customizable.