This lesson I want to show you how to create uipicker view in ios And then create a new project with Command – Shift-N project fill in your name project: This is work place: After that you click here Main.story.board we have to drag a uipickerview UIimageview and lableview on to View Controller: Open the Assistant editor and control-drag from the picker view and make an outlet named myPickerView control-drag from the UIImageview and make an outlet named myImageview control-drag from the Lableview and make an outlet named myLableview Close Assitant editor and go to the ViewController.swift file .Clean up the code then addthe data for the " Uipickerview " like this UIPickerView needs a delegate and a data source. In the viewDidLoad above we set both the delegate and dataSource to to self so we can add the required...