Ok I have looked into this and have tried many different ways to play a sound when a button is clicked.
How would I play a sound when a button is clicked in swift 3? I h
You might want to use SwiftySound. It lets you play sounds easily in Swift.
Sound.play(file: "ClickSound.mp3")