The UIDatePicker with it's mode set on "Timer", only has values from 0 to 23 hours. I'd like to have more hours (like, up to 48 hours). It also shows a nice "floating" text next to the number on the selected row.
I can actually "imitate" the "floating" hours effect, by adding a label on top of the UIPickerView, but I'd lose the second column with the minutes interval, and I'd really like to have 30 minute interval on a pickerView. But I really need more values on the hours column. Any solutions?