I need some help on how to FORCE the iPad camera to stay in landscape on the iPad. I have an application that is set to portrait only in the iPhone Applications --> Supported Device Orientations. BUT I HAVE TO HAVE THE CAMERA FOR BOTH VIDEO AND PICTURES TO BE IN LANDSCAPE ONLY!!!!
po = new UIPopoverController(Globals.imagePicker); po.PresentFromRect(buttonSelectAMovie.Frame, this.View, UIPopoverArrowDirection.Any, true); I dont see a way to trap the ShouldAutorotateToInterfaceOrientation() function... even if I create a UIPopoverControllerDelegate() there is no override for it. Can someone give me example code for how to do this... this is the last major thing I need to figure out in my application :) Thanks for any help!!!! -- View this message in context: http://monotouch.2284126.n4.nabble.com/Need-some-urgent-help-on-forcing-landscape-camera-on-iPad-tp4541344p4541344.html Sent from the MonoTouch mailing list archive at Nabble.com. _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
