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

many to many - Django Rest Framework ManyToMany filter multiple values -

java - Jasper subreport showing only one entry from the JSON data source when embedded in the Title band -

Java Entity Manager - JSON reader was expecting a value but found 'db' -