Hi,
I'm having a problem with the UIPickerView element in an app Im writing for iPhone.
The UIPickerView is the "slot machine" style rotating chooser that is used in the Timer application on the iPhone.
I am able to create an instance of UIPickerView and get to display and move, but - it only contains 10 items and when you reach the end of the list, it doesnt rotate back to the start again.
What I am trying to do is more like the Timer application where the choice can be continuously rotated over the same values...
Ive look at the API docs and there just does not seem to be a way to do this - anyone have any ideas on where I could look??
Thanks in advance!
BG