iphone - Monotouch UITabBarController + UINavigationController -


i'm getting little lost trying use both uitabbarcontroller , uinavigationcontroller in monotouch.

i can create navigation based project, , navigate using navigationcontroller, fine. or can add tabbarcontroller , navigating couple of main screens, fine.

however, can't seem navigate without using tabbarcontroller if 1 present. e.g, i'm doing app deals "foo", 2 views on tabbar, foohome, , foosettings. how navigate new view if user click "add foo" on foosettings view.

the navigationcontroller.pushtoview doesn't seem have effect, , don't want add view tabcontroller since nice , simple 2 items.

should using this.view.addsubview? idea sort of sounds dialog box, i'm not sure how monotouch...

add foohome , foosettings controllers uinavigationcontrollers , set navigation controllers tab controller.

so example, first tab contain navigation controller root controller foohome , second tab contain navigation controller root controller foosettings.

when tap on add foo in foosettings, push new controller inside second tab.


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -