ios - Can't hear input sound in keyboard swift -


i want hear keyboard input sound in application.

i added

uidevice.currentdevice().playinputclick() 

to app delegate i'm still not hearing keyboard sounds.

how can enable ?

thanks

try audioservicesplaysystemsound(1104) instead of uidevice.currentdevice().playinputclick().


Comments

Popular posts from this blog

CS-Cart - Change login URL in notification email -

elasticsearch - Is the order of operations guaranteed in a bulk update? -

cron - how to properly run Python script with crontab on every system startup -