Can I disable UIPickerView scroll sound?

Posted by cocoaholic on Stack Overflow See other posts from Stack Overflow or by cocoaholic
Published on 2009-09-17T23:26:11Z Indexed on 2010/04/05 6:33 UTC
Read the original article Hit count: 403

Hi,

I want to disable the annoying clicks that the UIPickerView generates upon scrolling up and down. Is there a way to do this? I want to play short sounds for each item that the picker view lands upon. It gets ruined by the built in sound.

I understand that the picker sounds can be turned off globally by switching off the keyboard sounds in iPhone/iPod settings. But is there a way to programatically do this?

Any help will be much appreciated!

Thanks

© Stack Overflow or respective owner

Related posts about cocoa-touch

Related posts about objective-c