Not quite true. See my post earlier. -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of rnendel11 Sent: Wednesday, September 12, 2012 15:48 To: [email protected] Subject: Re: [MonoTouch] Having 1 ViewController with different orientation
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 _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
