Mojo,

I've done a few different apps that push a view onto the stack that has a 
UITabBar that I then end up managing the views for the tabs myself.

As for handling the "More" button that just needs to display a table view with 
your other views.

To display different view controllers on the tabs just handle the ItemSelected 
event on the tab bar.  You can then remove the current view from the superview 
and add the current view as a subview.

Gerry


On Feb 11, 2012, at 7:38 AM, MojoDK wrote:

> Hi Jawbrey,
> 
> Thanks for helping me out here.
> 
> As far as I see, the article doesn't show how to use an UITabBarController
> and therefore it doesn't offer a "More" option (where end-user can
> re-arrange tabs).
> 
> But it looks like Apple doesn't allow a UITabBarController to be pushed onto
> the stack.
> 
> I'm lost here. 
> 
> Mojo
> 
> --
> View this message in context: 
> http://monotouch.2284126.n4.nabble.com/How-to-use-a-UITabBarController-inside-a-UINavigationController-tp4372100p4378971.html
> Sent from the MonoTouch mailing list archive at Nabble.com.
> _______________________________________________
> MonoTouch mailing list
> [email protected]
> http://lists.ximian.com/mailman/listinfo/monotouch

_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to