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?
Asked
Active
Viewed 498 times
1 Answers
2
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.

poupou
- 43,413
- 6
- 77
- 174