开发者

Push different view with no tab bar in UINavigation [like Photos app]

I have a UITabbarController with UItableViewController for each tabs, when I navigate down in a tableview Tab bar s开发者_JS百科till there, but I want to make detail view with no tab bar (just like photos app when you click on a photo tab bar disappear and replace with tool bar). How can I implement this kind of behavior ?


Have you tried self.hidesBottomBarWhenPushed = YES; where self is your DetailViewController? Try it before pushing the DetailViewController.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜