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 to change UIPickerView height

Is it possible to change the height of UIPickerView? Some applications seem to have shorter PickerViews but setting a smaller …

ios iphone cocoa-touch uikit uipickerview
Add UIPickerView & a Button in Action sheet - How?

My application requires following things to be added in an action sheet. UIToolbar Button on UIToolbar UIPicker Control I have …

ios iphone uipickerview actionsheetpicker
How to set a default Value of a UIPickerView

I have a problem with my UIPickerView. I have 3 values in it EU AP and NA. When I start the …

ios objective-c xcode swift uipickerview
How to make an UIPickerView with a Done button?

I am having difficulties to make an UIPickerView with a done button to appear when the users taps a UITextField. …

ios swift uipickerview
Select row After UIPickerView is loaded

I have an iPhone database app that loads a UIPickerView with data from a table. I want to set the …

objective-c iphone cocoa-touch uipickerview
How to disable UITextField editing but still accept touch?

I'm making a UITextField that has a UIPickerView as inputView. Its all good, except that I can edit by copy, …

ios uitextfield uipickerview
How do I change the color of the text in a UIPickerView under iOS 7?

I'm aware of the pickerView:viewForRow:forComponent:reusingView method, but when using the view it passes in reusingView: how do …

ios objective-c uiview ios7 uipickerview
Show UIPickerView text field is selected, then hide after selected

I am trying to create a text box that when it is selected a UIPickerView opens up with choices to …

ios swift uipickerview
Add image to UITextField in Xcode?

I need to implement the concept of dropdown in Xcode. For that purpose, I'm using a UIPickerview. This pickerView loads …

iphone xcode uitextfield uipickerview
How do I reload/refresh the UIPickerView (with new data array) based on button press?

IF I wanted a picker, for states/provinces, i haven't seen an example, but I mocked up shown above, a …

ios objective-c cocoa-touch uipickerview