you create a tabviewcontroller, then add a naviationcontroller in (which has a dialogviewcontroller as a child), and even when you push more views into your dialogviewcontroller, the tab buttons stick around....
eg: https://gist.github.com/1881577 On Wed, Feb 22, 2012 at 16:21, ChrisEdgington <[email protected]> wrote: > I have an app I created with the MonoDevelop - it is an iPhone Tabbed > Application. I want to replace the default tab content with content from a > MonoTouch.Dialog. So - I want the view of each tab to be a > DialogViewController. However, how can I make those include a button at the > top for returning to the primary view which shows the tabs? Do I need to > subclass DialogViewController and add something to that subclass? > > Thanks, > -Chris > > -- > View this message in context: > http://monotouch.2284126.n4.nabble.com/MonoTouch-Dialog-with-UITabBarController-tp4409150p4409150.html > Sent from the MonoTouch mailing list archive at Nabble.com. > _______________________________________________ > MonoTouch mailing list > [email protected] > http://lists.ximian.com/mailman/listinfo/monotouch -- Nic Wise t. +44 7788 592 806 | @fastchicken | http://www.linkedin.com/in/nicwise b. http://www.fastchicken.co.nz/ Nearest Bus: find when the next bus is coming to your stop. http://goo.gl/Vcz1p mobileAgent (for FreeAgent): get your accounts in your pocket. http://goo.gl/IuBU Trip Wallet: Keep track of your budget on the go: http://goo.gl/ePhKa London Bike App: Find the nearest Boris Bike, and get riding! http://goo.gl/Icp2 _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
