You can't "trigger a rotation", all you can do is force the UI elements to be in the right place, then apply a transform.
If you show a landscape-only view controller while the device is in portrait mode, you must apply a 90 degree transform, then also remove that transform once the device is actually physically rotated to the desired real orientation. -- View this message in context: http://monotouch.2284126.n4.nabble.com/Having-1-ViewController-with-different-orientation-tp4656971p4656990.html Sent from the MonoTouch mailing list archive at Nabble.com. _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
