Search code examples
iphonecocoa-touchuikituipickerviewlandscape

Rotate UIPickerView, Possible?


Is there a way to rotate an UIPickerView?


Solution

  • You can rotate a UIPickerView by applying a transform to a view containing it, much like I suggest in my answer here for scaling the picker.