How to play a sound in Quick look extension in iOS device?
I add a Quick look extension to my app to preview my custom file type. The Kodeco.com has a good starting point. I need to play a sound in this preview view controller. I use AVAudioPlayer()
like this: