Sagar
Sagar

Reputation: 1304

Spinner in iOS, like in Android

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.

  1. UIPickerview
  2. Custom TableView which will be displayed on Click of DownArrow Button

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..

enter image description here

Upvotes: 3

Views: 11042

Answers (1)

Fahim Parkar
Fahim Parkar

Reputation: 31647

I think what you are looking is here

But I use RMPickerViewController which is more powerfull.

Upvotes: 3

Related Questions