Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

ryans79

macrumors regular
Original poster
Apr 12, 2009
226
0
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:
Code:
		[picker selectRow:newValue inComponent:i animated:YES];
		[picker reloadComponent:i];
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
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.