ambersariya
ambersariya

Reputation: 83

QLPreviewController playback video

I've found strange behaviour on the QLPreviewController modal where Im trying to preview a video and QLPreviewController carries on playing a video after I've dismissed the modal via the "done" button which is provided by default.

Any ideas on why this could be happening or how I can stop the playback?

Upvotes: 1

Views: 888

Answers (1)

ambersariya
ambersariya

Reputation: 83

Found the problem. I extended QLPreviewController and in viewWillDisappear i didn't call [super viewWillDisappear] which was causing the video to still playback in the background.

Upvotes: 1

Related Questions