I have tried using
JSQSystemSoundPlayer.sharedPlayer().playSoundWithName("ding", extension: kJSQSystemSoundTypeAIF)
but it gives a syntax error. The problem seems to be the "extension" parameter name.
If I change it in the source though, it gives a "unrecognized selector sent to instance" error...
I have tried using
but it gives a syntax error. The problem seems to be the "extension" parameter name.
If I change it in the source though, it gives a "unrecognized selector sent to instance" error...