I have got a UIPickerView with multiple components/columns. I want the UIPickerView to add another column immediately when a certain row is selected. How do I do this?
I have got a UIPickerView with multiple components/columns. I want the UIPickerView to add
Share
add something to the picker view array.Then [pickerview reloadAllComponents];