English 中文(简体)
如何在标刺巴点击时展示航道
原标题:How to display Navigation bar when tab bar item clicked

I m working on Iphone application which is having UITabBarController and UINavigationController

我现在转至UIWebView

当我转向网上访问时,我能够躲藏航道。

但是,当我点击一个带上主页的表格时,除非我选择任何选择,否则我就看望航条。

我确实看到了禁忌的功能。

-(void) tabBarController:(UITabBarController *)tabBarController didSelectViewController:(UIViewController *)viewController

but I m not getting how to unhide or display the navigation bar again?? Please help

问题回答

我猜想你们的用

self.navigationController.navigationBarHidden = YES;

用于导航 主计长导航 隐蔽。

如果你在其他观点中利用这一看法,那么你需要把它再次隐藏起来。

self.navigationController.navigationBarHidden = NO;




相关问题
Code sign Error

I have created a new iPhone application.I have two mach machines. I have created the certificate for running application in iPhone in one mac. Can I use the other mac for running the application in ...

ABPersonViewController Usage for displaying contact

Created a View based Project and added a contact to the AddressBook using ABAddressBookRef,ABRecordRef now i wanted to display the added contact ABPersonViewController is the method but how to use in ...

将音频Clips从Peter改为服务器

我不禁要问,那里是否有任何实例表明从Peit向服务器发送音响。 I m不关心电话或SIP风格的解决办法,只是一个简单的袖珍流程......

• 如何将搜查线重新定位?

我正试图把图像放在搜索条左边。 但是,问题始于这里,搜索条线不能重新布署。

热门标签