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
Post a Comment