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

Reply via email to