Advertise Books Events Forum News Social Networking Support Us

sdkIQ for iPhone
($4.99)

Shape Up
($0.99)

Your First iPhone App
($1.99)

iVidCam Free
(free)

Kid Art
($0.99)

iPUBQUIZ
(£1.19)

ArtStudio
($3.99)

Want your application or service advertised on iPhone Dev SDK?

Go Back   iPhone Dev SDK Forum

View Single Post
Old 06-29-2009, 02:10 PM   #13 (permalink)
gunther
Registered Member
 
Join Date: Jun 2009
Posts: 196
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 02:20 PM.
gunther is offline   Reply With Quote
 
Enter the iPhone App Challenge!  Win $500!
» Advertisements
» Stats
Members: 24,296
Threads: 39,088
Posts: 171,386
Top Poster: smasher (2,575)
Welcome to our newest member, Issue
Powered by vBadvanced CMPS v3.1.0

All times are GMT -5. The time now is 11:41 AM.
Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.