I'm developing an app specifically for the iPad using Xamarin Studio. One feature is to take a picture using the camera so naturally I'm using Xamarin.Mobile. Currently when I invoke the TakePhotoAsync method on the MediaPicker the camera size comes up in an iPhone size window in the middle of my current view.
Is there a way to make the MediaPicker camera be full screen? Am I missing a setting or a build option or something?
Here is a screen shot
In the current (0.7) version, you can call
GetTakePhotoUI
to return aUIViewController
to handle the display yourself.