You could use a UIScrollView which is set to page the data, and the user can just swipe thru it - or you can trigger the move in code from a button.
Otherwise, a UITableView (or MonoTouch.Dialog) should work - thats the normal "back button" type navigation you get in Settings.app for example. On Wed, Oct 3, 2012 at 1:08 PM, kjmcsd <[email protected]> wrote: > I am new to using Monotouch and I would like to know is there a control that > is similiar to the wizard control in ASP.NET? Any suggestions will be > greatly apreciated. > > > > -- > View this message in context: > http://monotouch.2284126.n4.nabble.com/Wizard-Control-in-MonoTouch-tp4657347.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/ 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 Earnest: Self-employed? Track your business expenses and income. http://earnestapp.com Nearest Bus: find when the next bus is coming to your stop. http://goo.gl/Vcz1p 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
