-
Multiple Row Selection in UIPickerView
Recently, one of my projects needed user to select multiple values from a list that was about 150px high, which reminded me how Mobile Safari renders <select multiple="multiple">. Problem is, UIPickerView doesn't allow multiple row selection (not publicly anyway), so I tried to use custom…