Reputation: 1304
I am very first time developing the Spinner in iOS.
I searched a lot for default Spinner view in iOS, but failed. What I get is, two ways to design spinner like view in iOS.
I found the tutorial for UIPickerview
.
But There are some OS orientation for this,
Means I want the UIPickerview
in different Look & feel with selection style, also Scrolling of picker is not as I want.
So I was thinking to go for second options.
But Is there any other superior way to achieve this task, As I think the second option is GOOD, but NOT BEST.
What I want is like the image below, its from Android, I want to go for the same in iOS.
Thanks for help..
Upvotes: 3
Views: 11042
Reputation: 31647
I think what you are looking is here
But I use RMPickerViewController which is more powerfull.
Upvotes: 3