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.

UIPickerView selection indicator not visible in iOS10

I build my project in Xcode 8. UIPickerView separator lines are not visible in iOS 10 simulator and the devices, but works …

ios objective-c uipickerview ios10 xcode8
How to reset UIPickerView to index:0,iPhone

I am trying to reset the UIPickerView on button click. My pickerview id is created at runtime, I have delegates …

iphone ipad uipickerview
is there a uipickerview delegate method like scrollviewDidScroll?

I have a customized UIPickerview and I do not want to use a datepicker. I want to implement the feature …

iphone uipickerview delegatecommand
Reload Component in UI Picker View Swift

I am unable to reload the second component in my UIPickerView that is based on the first component. I tried …

xcode swift uipickerview uipickerviewcontroller
UIPickerView disable row selection

I want to disable the selection of certain rows in my UIPickerView. Like in the Coundown timer, where you try …

iphone uipickerview uidatepicker
iOS - Populate a static UIPickerView

I have a profile form as part of a registration process for an iOS app. I would like to use …

ios objective-c uipickerview
Setting UITextField's inputView property to a UIPicker not working in Swift

Hello I am trying to pop a UIPickerView view programmatically when user clicks on textfield. I have tried this but …

ios swift uipickerview uipickerviewdatasource
UIPickerView with NSDictionary

I am a .NET programmer and new to Objective C. I am trying to make a UIPickerView which acts like …

iphone objective-c nsdictionary uipickerview xcode3.2
How can I make my UIPickerView Multiline in swift?

I have a UIPickerView how can I make it multiline? I have some long text. Here is my code. func …

ios swift uipickerview
Formatting alignment of uipickerview

I have searched and cannot find anything that can help me format the alignment of each row in my pickerview. …

ios swift uipickerview