I am implementing AVAudioPlayer and fast-rewind,fast-forward functionality. I have made two button with gesture, images and glow effects. Currently when I tab on fast-forward, it initially forward the playing item to 10 sec and then playing same way as in normal, even though I am still pressing the button. I want to implement it exactly same like in Iphone/Ipod standard app.
I am implementing AVAudioPlayer and fast-rewind,fast-forward functionality. I have made two button with gesture,
Share
One possible solution is to implement the repeating action by an
NSTimer. Have a look at UIButton Touch and Hold.