Search code examples
iphoneios4

How do I repeat a AVAudioPlayer?


I am just wondering how you repeat a AVAudioPlayer?


Solution

  • Set the Property numberOfLoops to -1 and it would go into infinite loop.