I do it like this: https://gist.github.com/2299226
Basically: make a fullscreen view. Show it in the main window. When it's tapped on (anywhere - it's fullscreen), it fades out and removes itself. On Tue, Apr 3, 2012 at 19:41, MilkyJoe <[email protected]> wrote: > I'm currently working on my first universal app for a client. They want to > have a screen containing introduction/instruction text the first time the > app is run, that doesn't appear on subsequent runs. > > I'll be using the NSUSerDefaults to store a value once the user has viewed > the text, so that I can check for it the next time the app runs and not > display it again. So far, so good. > > I don't know how best to implement the "screen" itself, though. I want to > make it so that when the user clicks on "Continue", they are taken to the > main app view, but are not able to navigate back to the introduction > "screen". All other view employ the navigation bar. All apps I've created to > date have fitted in the nav bar push/pop approach, so I'm a little unsure of > how best to implement this. > > Any suggestions? > > Thanks > > -- > View this message in context: > http://monotouch.2284126.n4.nabble.com/After-advice-How-best-to-implement-an-initial-run-only-screen-tp4529803p4529803.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
