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-forwar
One possible solution is to implement the repeating action by an NSTimer. Have a look at UIButton Touch and Hold.