Is there a way to set the range of allowable selections in a UIPickerView?
I have a UIPickerView with 2 components each representing a musical note value. One is the lower note. One is the upper note. I want to ensure that the user doesn't make the upper note lower than the lower one and vice versa. Make sense? I'd prefer not to have to update the picker values each time either value changes. Any thoughts?