Quote:
Originally Posted by BrianSlick
Just add a toolbar to your overlay view.
|
Yeah I've done that but there is a problem with that that I can't get around.
My application is designed for landscape orientation and is build up with three view controllers that I switch between using a navigation controller. So when I start my application I start in landscape where the user can choose among a bunch of different collages. Then when the user taps on the "camera" button I switch to the view controller that owns the UIImagePickerController/camera and here's the problem. The camera view does not support landscape orientation (from what I know) but for some reason the overlay view ends up in landscape in portrait, do you understand what I mean? The overlay view covers only half of the screen. I don't know how to change the overlay view to fit the screen.
Any idea on how to solve this or the other problem?