Top "Uipickerview" questions

The UIPickerView class implements objects, called picker views, that use a spinning-wheel or slot-machine metaphor to show one or more sets of values.

How would I set up a UIPickerView?

I am setting up a UIPickerView to have choices like choice a, choice b, choice c and so on. I …

objective-c ios xcode uipickerview choice
Showing a UIPickerView with UIActionSheet in iOS8 not working

Showing a UIPickerView with UIActionSheet in iOS8 not working The code works in iOS7, however it is not working in …

ios uipickerview uiactionsheet uialertcontroller actionsheetpicker
Get currently selected value of UIPickerView

I have been googling how to get the currently selected value in UIPickerView, but everywhere it's mentioned using row:0 and …

ios objective-c uipickerview
Change UIPickerView background

I want to change the border color of a UIPickerView. I do not see a tint property for the UIPickerView. …

iphone uipickerview
How to use two UIPickerViews in one view controller?

I have two UIPickerControllers in one view controller. I can get one to work, but when I add a second, …

xcode swift uipickerview
UIPickerView as inputView of UITextField

I've read a lot about how I can use a UIPickerView as the inputView of my UITextField. The thing is, …

ios iphone objective-c uitextfield uipickerview
How to set the background color of UIPickerView on iOS 7 using SDK 7?

How to set the background color of UIPickerView on iOS 7 using SDK 7 and use a standard picker on iOS 5 and 6? …

iphone ios ios7 uipickerview
Showing UIPickerView with selected row

I am trying to figure out how to show the selected row when i open UIPickerView after it has been …

ios swift uipickerview
Objective C implementing a UIPickerView with a "Done" button

I am trying to implement a "Done" button in a UIPickerView Similar to the one under this link I looked …

objective-c ios uipickerview xcode4.3
Can I programmatically scroll to a desired row in UIPickerView?

By default the first row is highlighted after initializing the UIPickerView. How do i highlight a particular row or scroll …

ios objective-c uipickerview