Is there any chance to make a UIPickerView roll its components automatically by pushing button or changing another row in component? I mean I have two components in UIPickerView and when I choose in first one I want the second one to roll automatically to another object. Is it even possible?
Is there any chance to make a UIPickerView roll its components automatically by pushing
Share
It is possible and even easy – all you have to do is to implement the following method of
UIPickerViewDelegate: