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 do I change the font size in a UIPickerView in Swift?

How do I change the font size in a picker view? I have read a lot of questions about this, …

ios swift uipickerview
How can I set UIPickerView at other than the default index?

I have an integer having value of 5 and I want to start my UIPickerView with this index, now what should …

ios uipickerview
UIPicker detect tap on currently selected row

I have a UIPickerView and The method didSelectRow is not called when tapping on a selected row. I need to …

iphone select touch uipickerview tap
How to give this picker view a datasource

Here I am adding a pickerview programaticly - (void)viewDidLoad { [super viewDidLoad]; CGRect pickerFrame = CGRectMake(0,280,321,200); UIPickerView *myPickerView = [[UIPickerView alloc] init]; //…

iphone ios sdk uipickerview subview
Terminating app due to uncaught exception 'UIViewControllerHierarchyInconsistency',

I created a toolbar above the picker with two buttons and worked on ios7, when i run in ios8 crash: …

ios uipickerview inputaccessoryview
How do I make a UIPickerView in a UIActionSheet

Just want to know how I would make a UIPickerView in a UIActionSheet with a simple array. Ok well I …

iphone cocoa-touch uipickerview uiactionsheet uipickerviewcontroller
Allowing user to select a UIPickerView row by tapping

I'm trying to use a UIPicker View with a behavior somehow different of what's usually seen in iPhone code examples. …

iphone objective-c xcode uipickerview
How to select/set a selected row in picker view as default selected row every time

I have a picker view [picker selectRow:3 inComponent:0 animated:YES]; when i wrote this code in view did load, This …

iphone objective-c datepicker uipickerview didselectrowatindexpath
How can I get images to appear in UI PickerView Component in Swift?

I am trying to use images in a Swift PickerView. I don't know how to get the images to actually …

ios swift uipickerview
How to make a circular UIPickerView (iPhone/iPad)?

I have had a look into this question a lot however I'm still unclear whether it's possible or not. Essentially …

iphone ios uipickerview