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.

Fixed labels in the selection bar of a UIPickerView

In the clocks application, the timer screen shows a picker (probably a UIPicker in UIDatePickerModeCountDownTimer mode) with some text in …

iphone cocoa-touch uipickerview
How to change color of selected row in UIPickerView

Ok, maybe I'm missing something really simple and I apologize if that's the case, however, I've googled every permutation of …

iphone uipickerview
how to show pickerview in uitextfield not the keyboard?

I want to show a UIPickerView on becoming FirstResponder of a UITextfield not the keyboard and fill the value in …

iphone xcode uitextfield uipickerview
iPhone/iPad UI: seeking drop-down control

My universal app has a settings page, wherein the user must choose a theme from a dozen available themes. Problem …

ios drop-down-menu uipickerview
Custom UIPickerView with Custom Background color

I have created a sample picker-view which will display some details. Setting the Background color using: _pickerView.backgroundColor = [UIColor redColor]; …

ios objective-c cocoa-touch uipickerview picker
Add UIPickerView in UIActionSheet from IOS 8 not working

I am adding UIPickerView to UIActionsheet but its working perfectally in ios 7 but not working in ios 8. Please help me …

ios iphone uipickerview uiactionsheet ios8
How do you shrink a UIPickerView on the iPhone?

I would like to reduce the height of a UIPickerView in my iPhone app, so that it shows only one …

ios interface-builder uipickerview picker
Multiple UIPickerView in the same UIView

I'm a complete beginner on iOS dev and I want to create a little iOS application. On this application, 3 UIPickerViews …

ios swift uipickerview
UIPickerView - 1st row selection does not call didSelectRow

I have a UIPickerView on my UIView along with a UITextField. I am letting the user select a value from …

iphone uitextfield uipickerview
Getting NSDictionary key by index?

Is it possible to get a dictionary key by index? I'm trying to use a dictionary for the datasource of …

ios objective-c ios7 nsdictionary uipickerview