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

Thread: Hide tabBar
View Single Post
Old 11-21-2008, 01:50 AM   #8 (permalink)
david_david
Registered Member
 
Join Date: Oct 2008
Posts: 370
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
 

» Advertisements
» Stats
Members: 158,659
Threads: 89,153
Posts: 380,373
Top Poster: BrianSlick (7,110)
Welcome to our newest member, ronted87
Powered by vBadvanced CMPS v3.1.0

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