iOS 7 MPMoviePlayerController seek forward button brings the video to the End and displays Black screen
I am facing an issue with MPMoviePlayerController in iOS 7. I enter the fullscreen and then click (just a single tap) on seek forward button (>>|) , and the video playback ends and gives a black screen with a text "Loading" on the header. I registered notification for " MPMoviePlayerPlaybackStateDidChangeNotification ". **[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(moviePlayerPlaybackStateDidChange:) name:MPMoviePlayerPlaybackStateDidChangeNotification object:self.player];** It does not get fired on a single click of seek forward button. Also on registration of "