Slicc, You can hide the navigation bar by calling SetNavigationBarHidden.
I have attached a sample that creates the experience that you describe. Why does the tab controller have to be the main view? -bill On Sun, May 20, 2012 at 3:24 PM, Slicc <[email protected]> wrote: > My first view is a logon screen, following successful logon I would like to > slide to the main view which I would like to be a tab controller. > > My problem is that if I use a navigation controller as the > RootViewController, then I cannot have a tab controller as the main view, > and I also have a navigation bar at the top. I really don't want the > navigation bar, but I do want the animated transition. > > If I reset the window.RootViewController, then I get what I want, but > without the sliding transition from Logon page to main view. > > Can anyone suggest an alternative? > > Slicc > > -- > View this message in context: > http://monotouch.2284126.n4.nabble.com/controller-advice-tp4647167.html > Sent from the MonoTouch mailing list archive at Nabble.com. > _______________________________________________ > MonoTouch mailing list > [email protected] > http://lists.ximian.com/mailman/listinfo/monotouch
AppDelegate.cs
Description: Binary data
_______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
