I am working on an iOS app in which I am showing the videos in MPMoviePlayerController.The user can change the video by swiping the mpmovieplayercontroller.I have managed it by using UISwipeGestureRecognizer. All works well in iOS 5.0 but when I tried the same code on iOS 4.x then I got one issue. Seeking the video fast causes the gesture code to run which changes the video.
How can I stop this thing?