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.

Hide the cursor of an UITextField

I am using a UITextField with a UIPickerView for its inputView, so that when the user taps the text field, …

ios cocoa-touch uitextfield uipickerview
Swift: How to set a default Value of a UIPickerView with three components in Swift?

How do I set the starting row of the picker view in Swift? I see there is a code for …

swift uipickerview
How to change the Font size in UIPickerView?

I have one UIPickerView. This is having nearly 200 items, each items has long texts, so, i want to resize the …

iphone uipickerview font-size
UIDatePicker select Month and Year

I need a UIDatePicker for selecting Month and Year only. I checked the class reference documents. Looks like UIDatePicker is …

ios objective-c uikit uipickerview uidatepicker
Get selected row in UIPickerView for each component

I have an UIPickerView with 3 components populated with 2 NSMutableArrays (2 components have the same array). A tutorial says: //PickerViewController.m - (…

iphone objective-c cocoa-touch uipickerview
display done button on UIPickerview

I have written the following code in the viewDidLoad method: categoryPickerView=[[UIPickerView alloc]init]; categoryPickerView.alpha = 0; [self.view addSubview:categoryPickerView]; …

ios objective-c uipickerview
Is there any way to add UIPickerView into UIAlertController (Alert or ActionSheet) in Swift?

I'm totally new to swift (and iOS programming at all), but I started messing around with it (it wasn't a …

ios swift uipickerview uialertcontroller
How to Show UIPickerView when selecting UITextField

Here is a screenshot of what I did till now: So what I am trying to do is when you …

ios objective-c uitextfield uipickerview
UIPickerView best practice?

One short question: on a registration process I would like to ask the user to choose a value from a …

ios swift uipickerview
Hiding/ Showing UIPickerView

I Have an a touchesEnded event that checks for when a UITextField is pressed. What I would like it to …

iphone uipickerview