I have an iPad app written in Mono.iOS, which is always in Landscape mode. However, the app is able to launch the UIImagePickerController, which the user can rotate to portrait view. When the user rotates to portrait view, takes a picture, and returns, the header of my view moves up. It kind of moves behind the statusbar above, as if the whole app went full screen but the status bar is still visible.
I have no idea why it gets moved up. I've tried a few things like SetNeedsDisplay(), SetNeedsDisplayInRect, etc. None have worked.