Search code examples
iphoneiosios5ios6

How To Pause Video and show one UIVIEW and again continue with different Video


hi i want to play a video and it pause after a fixed time like 3:12 mm at the same time i want to show one view to user where form is there and when user fill form and submit the button then again play the video.


Solution

  • My Suggestion is use two instance of videoPlayer object. so when pausing first one make it 2nd player to play the video.

    And Please use hidden property.