I'm running into an issue when a view needs to be aware of the current orientation. Before I was able to do the following:
UIDevice.CurrentDevice.Orientation This does not seem to work in iOS6 (I'm on the iPad simulator) - it returns "Unknown". The controller has this.InterfaceOrientation, but the view can't access that directly. Does that have to be passed in from now on? Thanks, Greg -- View this message in context: http://monotouch.2284126.n4.nabble.com/Get-current-orientation-in-a-view-in-iOS6-tp4657530.html Sent from the MonoTouch mailing list archive at Nabble.com. _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
