How to show Time Remaining when playing a song in my iPhone app?

Posted by RexOnRoids on Stack Overflow See other posts from Stack Overflow or by RexOnRoids
Published on 2010-03-13T05:56:51Z Indexed on 2010/03/13 6:05 UTC
Read the original article Hit count: 203

Filed under:
|
|
|

I use AVAudioPlayer to play an mp3 file to a user within my iPhone app. This all works fine and dandy. I even update a PLAY/PAUSED button depending on the state of the player. But it would be nice to know how much longer the song will play.

So How do I show the time remaining?

© Stack Overflow or respective owner

Related posts about iphone

Related posts about avaudioplayer