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 dismiss action sheet

i used this code to show uipicker in uiactionsheet but when i click close button i want to remove action …

objective-c iphone-sdk-3.0 uipickerview
StringWithFormat "%.2ld" objc to swift

I have an 'pickerView' object in a swift project. I do understand the code in Objective-c but I'm not sure …

ios objective-c swift uipickerview stringwithformat
Multiple pickerviews with multiple textfield inputviews Swift

I've been searching through the forum and nothing has helped. I am using 4 text fields in one view controller, and …

swift uitextfield uipickerview
Bringing up a UIPickerview rather than keyboard input iOS

Basically I would like to have the user click in the text field and it bring up a populated pickerview …

ios ios5 uipickerview uikeyboard uiactionsheet
How to dismiss UIActionSheet with close button and avoid crash?

I have read on another post (how to dismiss action sheet) that I can use [actionSheet dismissWithClickedButtonIndex:0 animated:YES]; to …

objective-c xcode uipickerview uisegmentedcontrol uiactionsheet
iPad and UIPickerView (or UIDatePickerView)

Has anyone had any luck using a UIPicker in the 3.2 SDK? I'm in the middle of porting an iPhone application …

iphone cocoa-touch ipad uipickerview iphone-sdk-3.2
swift UIAlertController with pickerView button action stay up

I am new in swift and I am trying to make UIAlertContoller with PickerView but I have problems with the …

swift xcode swift3 uipickerview uialertcontroller
UIPIckerView in UIPopoverController

I'm not trying to resize the PickerView's height. I'm fine with having the default size, which I believe is 320 x 216. …

iphone uipickerview uipopovercontroller
UIPickerView reloadData

I'm changing components (in particular, the number and color of components), in a UIPickerView that I call pickerOne, so after …

iphone uipickerview
iOS 7.1 UITapGesture not working with UIPickerView

We are using a UIPickerView to allow a user to select from a list of options. We are adding UIPickerView …

uipickerview uitapgesturerecognizer ios7.1