I have a UITableView with one cell only (I will need more later) that contains just a UIPickerView. The single component in the UIPickerView will only scroll when I begin touching it in the top half of the UIPickerView. It will not move at all if my touch starts in the lower half.
I have set the following properties in interface builder for the UITableView:
- No selection
- Scrolling disabled
- Bounces: NO
- Bounces Zoom: NO
- Delays Content Touches: NO
- Cancellable Content Touches: NO
How can I allow touches to scroll the UIPicker from anywhere in the component?