views:

40

answers:

1

Hi,

is there a best practice for getting an event on every second of playback of an AVAudioPlayer instance? I need to change a view automatically depending on the current playback time.

Thank You!

A: 

You could start one or more instances of NSTimer when playback starts, and change the view when the timer(s) fire.

William Jockusch