I wish the UIPIckerView would allow you to scroll then select but since it doesn’t, is there a way to delay the auto select? For example, if I scroll down and it stops on an item, it instantly automatically selects that item. Is there any way to make it so that if it lands on the item, it must wait for example like 1-2 seconds before selecting? This way it gives to user more time to keep scrolling through the list.
Share
I had the same problem. When I thought about it for a while I thought well just add an NSTimer.
This is what I did:
and then I added a void statement:
Hope that helps,
Seb