iPhone camera can't open from landscape application
问题 I am creating a landscape only application using sdk 3.0 that uses mapkit. I need to use iphone camera in my application. But I am getting following warning when I try to open camera. "Can't perform full-screen transition. The fromViewController's view must be within a view that occupies the full screen." The view from which I am calling camera method is mapview with size of 480*320. I have written following code to call camera: UIImagePickerController *picker = [[UIImagePickerController