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

Thread: Hide tabBar
View Single Post
Old 11-21-2008, 12:50 AM   #8 (permalink)
david_david
Jijo Pulikkottil
 
david_david's Avatar
 
Join Date: Oct 2008
Posts: 339
Default

that method worked for me with out adding it in the .h file.

But I am using this way to hide

Code:
//Load the view
	AddViewController *aController = [[AddViewController alloc] init];
	
	//Set the view title
	aController.title = @"Add View";
	//hide tabbar
	aController.hidesBottomBarWhenPushed = YES;
	//add it to stack.
	[[self navigationController] pushViewController:aController animated:YES];
david_david is offline   Reply With Quote
 
Enter the iPhone App Challenge!  Win $500!
» Advertisements
» Stats
Members: 23,855
Threads: 38,628
Posts: 169,579
Top Poster: smasher (2,547)
Welcome to our newest member, laurelbigler58
Powered by vBadvanced CMPS v3.1.0

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