tags:

views:

121

answers:

1

Hello all,

Does anyone know of a way to disable user interaction on a single wheel in a multi-wheel UIPickerView control?

A: 

Use UIView to create a transparent overlay and trap the user input.

BojanG