views:

91

answers:

1

How to control scrolling sound of uipicker? Any available sample code?

A: 

There is no documented way. That being said:

[myPickerView setSoundsEnabled:NO];
Peter DeWeese