systemsound

  1. M

    iOS Code Snippet Play SystemSounds (and Vibration)

    Hi, i found this post on the forum from @aeric I slightly modified it to play every sound you want from the systemsounds of iOS, by passing the ID. The id list can be found here: iOSSystemSoundsLibrary Sub PlaySystemSound(id As Int) Dim NativeMe As NativeObject = Me...
Top