I have a video playing a camera rotating around a 3D model. I want to be able to sweep left to right to play the video forwards and right to left to play the video backwards.
Can this be done on iOS 4 and how?
Cheers
I have a video playing a camera rotating around a 3D model. I want to be able to sweep left to right to play the video forwards and right to left to play the video backwards.
Can this be done on iOS 4 and how?
Cheers
Add a UISwipeGestureRecognizer to the view that holds the video, and configure it.
just add a new transparent view on top of your video and catch touch actions in that layer