Overriding iPhone shutter sound through SDK
Posted
by Suresh
on Stack Overflow
See other posts from Stack Overflow
or by Suresh
Published on 2010-02-11T19:45:37Z
Indexed on
2010/04/17
16:23 UTC
Read the original article
Hit count: 251
In my iPhone app, I am using the UIImagePickerController with source type UIImagePickerControllerSourceTypeCamera. When the user takes a picture, the phone plays the familiar camera shutter sound. How can I replace this with my own custom sound? I know it's possible because I've seen other apps from the App Store do it (e.g. Red Laser).
Thanks in advance!
© Stack Overflow or respective owner