Advertise Mobile SDKs Books Events Forum News Social Networking Support Us
Follow @iphonedevsdk on Twitter

Mockup & CodeGen, iPhone & iPad
($9.99)

Make your own iPhone apps
and run them live!
(free)

Manu
($0.99)

Want your application or service advertised on iPhone Dev SDK?

Go Back   iPhone Dev SDK Forum

View Single Post
Old 06-29-2009, 03:10 PM   #13 (permalink)
gunther
Registered Member
 
Join Date: Jun 2009
Posts: 253
Default

Hi, ok i executethe the changes what you tell me but the navigation not functionally yet..

i have a dude whit this..

in the delegate.h after at the import of <u.kit>put this code,

Code:
@class categoriasViewController;
after in the declare of interface
Code:
categoriasViewController *viewController;
and after make the properties
Code:
@property (nonatomic, retain) categoriasViewController *viewController;
so, in the delegate.m synthetize viewController, and pass UINavigationController,

Code:
UINavigationController *navController = [[UINavigationController alloc] initWithRootViewController:viewController];
so.. i think what this code have the same functionallity?

Now when i attach the controller navigation, i modified the nes code when create the tabbar...

Code:
navController  = [[categoriasViewController alloc] initWithNibName:@"categoriasView" bundle:nil];
navController.title = @"Categorias";

tabBarController.viewControllers = [NSArray arrayWithObjects:navController, negViewController, sitViewController, favViewController, ranViewController, nil];
Now, i apply your code but the the navigation not works..

Last edited by gunther; 06-29-2009 at 03:20 PM.
gunther is offline   Reply With Quote
 

» Advertisements
» Stats
Members: 158,746
Threads: 89,201
Posts: 380,567
Top Poster: BrianSlick (7,129)
Welcome to our newest member, raKinesic
Powered by vBadvanced CMPS v3.1.0

All times are GMT -5. The time now is 06:06 PM.
Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.