PIcker View
Hi everyone, here we are learning picker view.For that we are giving demo bellow. Here we are giving short- simple and easy demo. Step 1- Start Xcode and create single page application. Here product name giving “PIckerViewDemo”. Step 2-Now, go on ‘Main.storyboard’ and take objects from ‘Objects library’ picker. here pickers are two types 1. Date Picker 2.Picker View We need ‘Picker View’ so that pick from object library and put on ‘Main.storyboard’.We learning about ‘Date Picker’ later. Step 3- After that pick all objects same as show giving bellow type ‘UIImageView’,’TextField’ and ’Picker View’. Step 4-Now give properties by right click press and drag and drop into ‘ViewController.h’ same as bellow type. Step 5-Then give ‘datasource’ and ‘delegate’ by right click on picker view and drag on ‘ViewController’ here that is ...
Comments