Using 2 pickerViews in one view

The best way was:

Here is my solution: – on the Storyboard, add 2 PickerView to your View – set the 1st picker´s tag as #1 & #2 for the 2nd picker under the Attributes Inspector – CTRL + drag from each picker to the top yellow View Controller icon and choose dataSource.Repeate the same choosing delegate – repeate the above for the other picker too – add pickerview & pickerviewdelegation to your ViewController class:

 

from https://stackoverflow.com/questions/27642164/how-to-use-2-uipickerviews-in-one-view-controller