How do I keep a Monotouch iPhone app in landscape mode when loading a new view controller from an xib?
To switch to landscape mode when the app loads I use:
app.StatusBarOrientation = UIInterfaceOrientation.LandscapeRight;
I would like to be able to rotate the view in interface builder and design the interface. I can hit the rotation arrow in the corner of my interface builder view to rotate it and save, but it does not affect the app when it is run.