views:

15

answers:

0

Hello!

I'm playing around with the camera and I've tried to transform the camera preview (being displayed by UIImagePickerController) using CGAffineTransform. So I first create the controller, set its resources and present it. I've tried applying the transformation both before and after the view is presented...

When I run the code, no transformation happens and GDB just says this:

Using two-stage rotation animation is not supported when rotating more than one view controller or view controllers not the window delegate

Just wondering if anyone came up with a way to get around this. Right now I'm almost certain that it can't be done unless I use the AVFoundation framework...or at least, that's what the vague idea in my head is saying right now.

Thanks so much for any answers! I really appreciate them :)