i am writing an application in which when we click on a textfield it generates a pickerview.
pickerview has two components
now what is my question is i want to get the titles of both the components which are highlighted into my textfield separated by a comma(,)
thanks in advance.
Lets says you have a
UIPickerViewobject called as pickerView. When the user completes his action and taps the done button, you should get the selected value asWhere arrOne and arrTwo are the array’s used to populate the pickerview.