Does NSBeep() 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.
Does NSBeep() exist on the iPhone? I just want to play a short error
Share
No, NSBeep() is part of the ApplicationKit framework which doesn’t exist on the iPhone.