Fast Rewind & Fast Forward in AVAudioPlayer

后端 未结 2 752
一个人的身影
一个人的身影 2020-12-21 23:03

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

2条回答
  •  失恋的感觉
    2020-12-21 23:28

    One possible solution is to implement the repeating action by an NSTimer. Have a look at UIButton Touch and Hold.

提交回复
热议问题