Quote:
Originally Posted by slahteine
Here are two handy methods that helped to get the proper behavior:
Code:
// Play the built-in keyboard click sound
- (void)playKeyboardClick {
AudioServicesPlaySystemSound(0x450);
}
|
Is this working currently in 3.1 or above?
I knew the copy and paste stuff to handle the cursor in UITextField, but I found very interesting the sound trick!.
But is not working!!
How did you found 0x450?
I would like to play original keyboard sound
thanks