UIPickerView that won't change
I have a UIPickerView that I have added as a subview to an UITableView so that the user can provide a multi-part value.
The UIPickerView displays correctly including getting the proper values etc. However the user is unable to change the value. The picker allows its components to move ever so slightly (about the height of the text) but not enough to go to the next value and certainly not enough to be useful.
After this slight move, the component move back to the original value (still the nearest) and sends pickerView:didSelectRow:inComponent: to the delegate as normal.
Any ideas what might be causing the picker to not move to the next value?
|