I have created two UITextFields and want to create two different UIPickerViews for both the textFields with different values and how to map the individual textFields to each pickerView specifically?
any help ?
I have created two UITextFields and want to create two different UIPickerViews for both
Share
First of all create two array that contain different value that you want to display in the diff picker, we say aray1 and ary2 .
Now add this in .h file
And in .h file