I want a UIPickerView in following design;
http://dl.dropbox.com/u/53051470/Screen%20shot%202012-04-18%20at%2012.02.36%20PM.png (sorry as a new user, can't paste image here)
I read other questions on same topic too, and try to implement pickerView:viewForRow:forComponent:reusingView: method as well, but din't get the actual results;
Requirements are like selected value should display in green bar with checkmark image, and in white color; Moreover when user will start scrolling the picker, any value that enters inside green bar should turns into green color, and any value that leaves the green bar ares should turns into black;
Any suggestion?
Kind regards;