Hello,
I am just fooling around with pickers using my iphone programming book as a reference, and i am getting along with it pretty well... but i have one question.
I am using something like this:
to pick a value in a component, then making it animated so it has a nice spinning wheel look to it.
The thing, is the wheel stops spinning very fast.. and if the selectRow is too close to the last row (for example if the last row was 2 and the new selectRow is 4) there is very very little spinning... from 1 to 7 there is some decent spinning
My question: is there any way to make it spin for X amount of time (like 2.5 seconds) before it goes to the selected row?
°°
Ryan
I am just fooling around with pickers using my iphone programming book as a reference, and i am getting along with it pretty well... but i have one question.
I am using something like this:
Code:
[picker selectRow:newValue inComponent:i animated:YES];
[picker reloadComponent:i];
The thing, is the wheel stops spinning very fast.. and if the selectRow is too close to the last row (for example if the last row was 2 and the new selectRow is 4) there is very very little spinning... from 1 to 7 there is some decent spinning
My question: is there any way to make it spin for X amount of time (like 2.5 seconds) before it goes to the selected row?
°°
Ryan