How to make AVAudioPlayer play once it is stopped?
- by Viral
hi friends,
I am using AVAudioplayer to play some sound. But once I make it stop using [player stop](where player is the object of AVAudioplayer] It is not starting again to play after some time when I call method [player play], So can any one tell me how to do the same in my application??
The play will again call using NSTimer method, after some delay of time.
Thanks in advance...