I have a problem where I need to display the UIImagePickerController as a camera view and capture swipes on the user's screen. Currently I display the imagePicker in my custom view controller, then call its presentModalViewController for the camera. Once the camera is displayed, I insert a view on the top to capture the user's swipe gestures. The only thing is this isn't working. No swipes are coming through.
When I show the controller modally, do I lose the option to capture the touches? I don't want to use any undocumented APIs to do the job. Anyone have or had a similar problem?