there are three styles you can use for modals - full screen, pagesheet, and formsheet. You probably want to use page or form
http://developer.apple.com/library/ios/#featuredarticles/ViewControllerPGforiPhoneOS/ModalViewControllers/ModalViewControllers.html On Fri, Jul 27, 2012 at 11:10 AM, proindigo <[email protected]> wrote: > Hi. > > So I add a new Ipad View Controller to my project, and design its UI, wire > up the outlets etc. > > Then I do the following: > > AddArea ara=new AddArea(); > this.PresentModalViewController(ara); > > Also I would want the dimensions of this modal popup to be slightly smaller > than the actual dimensions of the Ipad parent screens, ie some part of the > original screen should be visible in the background. > How do I go about doing it? > > Many Thanks. > > > > > -- > View this message in context: > http://monotouch.2284126.n4.nabble.com/Modal-Popup-in-IPAD-Application-tp4656203p4656205.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
