thanks for your time.. i understand hope how the controll works and the problem, is what the navcontroller its hidden for the tabcontroller in the metodh applicationDidFinishLaunching in the delegate.
the view categorias is the root controller, so understand what the next code has deployed in to file the delegate but after to the the next instruction?
tabBarController = [[UITabBarController alloc] init];
categoriasViewController *catViewController = [[categoriasViewController alloc] initWithNibName:@"categoriasView" bundle:nil];
catViewController.title = @"Categorias";
code stack..
UINavigationController *navController = [[[UINavigationController alloc] initWithRootViewController:viewController] autorelease];
[window addSubview:navController.view];
but in the file categoriasview, what code put? nd in what place?
Excuse me but my english its not the better.. but if i understand fine.. hope...
Last edited by gunther; 06-26-2009 at 09:35 PM.
|