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 protected])

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to