views:

28

answers:

0

Hey everyone,

I'm developing a presentation app for a client, and in the presentation the client is able to double tap a slide to view a "sub-slide", which means the current slide does a partial curl transition to present a full screen modal view.

My issue is that these main slides are animated videos (the sub-slides are all still images in PNG format). Whenever the user triggers the page curl, the movie either stays in its current state like it should (either still playing or paused), and when the page curl animation is complete, the movie restarts itself. This occurs regardless of the movie's state.

I tried putting NSLog messages and breakpoints in to see if a method such as viewWillDisappear was being called, but I found nothing.

Any idea what could be causing these videos to restart themselves?