I would like to create a UIPicker with 2 components, there will be numbers in both of them. The number selected in the first, left picker must be lower (or equal) than the number selected in the second one. I want these two components to be synchronized, if I scroll down for example the fisrt one, and the selected number in the fisrt coloumn equals to the number selected in the second coloumn, then I want the second coloumn to be scrolled down automatically when I continue scrolling down in the first one. Im new to iphone development, could you help me with a code? Thank you very much!
Daniel