Hi I have an application consisted of two pages. An important point is that i use a UIViewController for switch between pages, when i want to show a page (UIViewController) i use PresentModalViewController(UIViewController, bool) instead of use <viewController>.View = new myPage().View; because in these pages, i need to receive touch events and it is only available when your Present a modal viewer not just change the View property.
Now due to this point i want my application to rotate when device rotates. Any help is welcome ! Thanks PK DEVELOPER -- View this message in context: http://monotouch.2284126.n4.nabble.com/How-to-rotate-your-application-when-device-is-rotated-tp3767584p3767584.html Sent from the MonoTouch mailing list archive at Nabble.com. _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
