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.
I am using a UITextField with a UIPickerView for its inputView, so that when the user taps the text field, …
ios cocoa-touch uitextfield uipickerviewHow do I set the starting row of the picker view in Swift? I see there is a code for …
swift uipickerviewI have one UIPickerView. This is having nearly 200 items, each items has long texts, so, i want to resize the …
iphone uipickerview font-sizeI need a UIDatePicker for selecting Month and Year only. I checked the class reference documents. Looks like UIDatePicker is …
ios objective-c uikit uipickerview uidatepickerI 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 uipickerviewI have written the following code in the viewDidLoad method: categoryPickerView=[[UIPickerView alloc]init]; categoryPickerView.alpha = 0; [self.view addSubview:categoryPickerView]; …
ios objective-c uipickerviewI'm totally new to swift (and iOS programming at all), but I started messing around with it (it wasn't a …
ios swift uipickerview uialertcontrollerHere is a screenshot of what I did till now: So what I am trying to do is when you …
ios objective-c uitextfield uipickerviewOne short question: on a registration process I would like to ask the user to choose a value from a …
ios swift uipickerviewI Have an a touchesEnded event that checks for when a UITextField is pressed. What I would like it to …
iphone uipickerview