hide a tabBar
hide a tabBar
- Subject: hide a tabBar
- From: Emmanuel Pinault <email@hidden>
- Date: Fri, 23 Jan 2009 13:57:56 -0800
hi
I am using a TabBarViewController that had inside 2 Navigation
Controller that have themselves a UIViewController.
I trying hide the tabBar when I am pushing new views using
self.hidesBottomBarWhenPushed = YES;
To be more specific: I create the TabBarViewController using IB and
template from Xcode for the iphone.
I have create a class call FirstViewController and created its look
using a Nib file.
In the viewDidLoad, I set the following
self.hidesBottomBarWhenPushed = YES;
And now when I push new views... nothing happens... How am I suppose
to hide the tabBar? I tried to access the instance of that tabBar and
call the hidden method but it only was hidding it partially (just the
button) but the background of the bar was still there...
any help would be appreciated
Emmanuel
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden