I have 4 components in PickerView. I want to select the complete row in all the components when row 0 of component 0 is selected. Similarly, for every other row of each components. Is there any way to extend the single selection for all?
Any help would be appreciated.
Implement the
UIPickerViewdelegate methodpickerView:didSelectRow:inComponent:.Another option would be to have just one component showing all four sets of data in each row. Having 4 components doesn’t make a lot of sense if the user can’t ever select different values for each component.