UISlider to control AVAudioPlayer

Posted by David Pollak on Stack Overflow See other posts from Stack Overflow or by David Pollak
Published on 2010-04-16T17:06:32Z Indexed on 2010/04/16 17:23 UTC
Read the original article Hit count: 424

hi everyone,

I'm trying to implement a little function in my app. I am currently playing sounds as AVAudioPlayers and that works fine. What I would like to add is to control the sound's position (currentTime) with an UISlider: is there a simple way to do it ?

I looked at an Apple project but it was quite messy....have you got samples or suggestions ?

Thanks to everyone in advance

© Stack Overflow or respective owner

Related posts about iphone

Related posts about objective-c