Does NBeep() exist on the iPhone? I just want to play a short error sound to indicate that the key pressed is not a legal character. I will play this in my textField delegate that dissalows the illegal characters.
This site is great btw!
|
|
Does NBeep() exist on the iPhone? I just want to play a short error sound to indicate that the key pressed is not a legal character. I will play this in my textField delegate that dissalows the illegal characters. This site is great btw!
|
|||
|
|
|
|
No, NSBeep() is part of the ApplicationKit framework which doesn't exist on the iPhone. |
||
|
|
|
|
Gah, I looked and looked and I cant find a basic stock system sound anywhere either, not even a beep. Its annoying the api is not there, thats all. (I'm writing a calibration routine that needs a beep, not an audio stream, only a simple beep. It will have a long uptime and may need error "beeps" to signal low battery or low remaining disk space, dont you have a simple error beep for me ?) |
||
|
|
|
|
Thanks everyone :-) |
||
|
|
|
|
I don't think error beeps as notification would be wise since people might often have their phones muted or earphones dangling. |
||
|
|
|
|
I wouldn't use system sounds all together. They are but annoying - BEEP - Rather give the user a visual clue, like the screen flashing up for the fraction of a second or make the widget wiggle a bit, like when you mistype the password on os x. |
||
|
|
|
|
Cheers Jason. I'm using a uialertview instead of just ignoring the inputter. Any good alternatives? Are there any other error system sounds available? |
||||||
|