I can't seem to get the MonoTouch.Dialog to rotate. In my constructor, I set Autorotate = true. I also added all orientations in the supported orientations section of info.plist. I also overrode the ShouldAutorotateToInterfaceOrientation method to return true. Am I missing something?

link|improve this question

feedback

1 Answer

When using a default template from MonoDevelop then only setting Autorotate to true on every DialogViewController (not just the main one) should be enough.

E.g. this is what Touch.Unit does and rotation works without any issue. You might want to check and compare its code with your own code.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.