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.

Does not conform to protocol UIPickerViewDataSource

I don't know what's wrong with my code. I tried to follow the tutorial but same error happen. Error: Type …

ios swift uipickerview
UIPickerView - Loop the data

I'm currently developing an app using Swift where I use a UIPickerView, see below for image. Currently the UIPickerView stops …

ios swift ios8 uipickerview
Does Android provide widget like the iPhone UIPickerView

I feeling that the UIPickerView of iPhone is good idea and easy to use on touchable mobile phone. I am …

iphone android uipickerview
How to change the UIPickerView text color?

The default UIPickerView color for text is black. There has been some updates to the language in Swift4. I have …

uipickerview swift4
How do I make a UIPickerView rise from the bottom of the app after pressing a button?

I'm learning Swift by making an iPhone app. The problem I'm running into involves implementing a UIPickerView. I have a …

ios swift uipickerview
Add image icon to a UIPickerView row

I have looked and looked on the net and not found much on this! I would like to know how …

ios objective-c uipickerview uipickerviewdatasource
How to disable UIPickerView (Objective-C)?

Is there a way to make the UIPickerView read-only? This means that the user cannot flip through the options. PS. …

ios objective-c uipickerview
Disable cursor and copy/paste in UITextView (swift)

I have a UITextField for which I am using UIPickerView as its inputView. The user can select a value from …

ios xcode swift uitextfield uipickerview
How do I setup a second component with a UIPickerView

I've found some similar questions to this but none of the solutions matched my situation, and most were in objective-c …

swift uipickerview
Invalid context error on iOS 7 when adding a UIPickerView inside a UIActionSheet?

I have an UIPickerView inside an UIActionSheet and have done that in a way suggested by many others here at …

iphone ios ios7 uipickerview uiactionsheet