Top "Uipickerviewdatasource" questions

UIPickerViewDataSource is an iOS protocol for defining methods instructing a UIPickerView how many components and rows it should display.

Type "myViewController" does not conform to protocol UIPIckerDataSource in Swift

I just create a new class in Swift, it's called myViewController and it's a UIViewController. Now I'm trying to make …

ios xcode swift uipickerviewcontroller uipickerviewdatasource
Xcode 8 / Swift 3 : Simple UIPicker code not working

I have protocols: class ViewController: UIViewController, UIPickerViewDelegate, UIPickerViewDataSource { I have data: let muteForPickerData = ["minute(s)","hour(s)"] In viewDidLoad I …

swift uipickerview swift3 xcode8 uipickerviewdatasource
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
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